PreorderBilling: Added optional pdf format for invoice detail file
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user