PreorderBilling: Added optional pdf format for invoice detail file

This commit is contained in:
Frank Schubert
2025-10-21 18:25:49 +02:00
parent 1319876194
commit ab33924031
5 changed files with 355 additions and 48 deletions

View File

@@ -90,7 +90,7 @@ class File extends mfBaseModel {
$path .= "/$filename";
if(!file_exists($path)) {
throw new Exception("File not found", 4041);
throw new Exception("File not found $path ", 4041);
}
return $path;