mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
NEW #3510 : Standardize module
This commit is contained in:
committed by
Laurent Destailleur
parent
05df3408f2
commit
aa9a39cab5
@@ -502,7 +502,7 @@ class RemiseCheque extends CommonObject
|
||||
|
||||
dol_syslog("RemiseCheque::generatePdf model=".$model." id=".$this->id, LOG_DEBUG);
|
||||
|
||||
$dir=DOL_DOCUMENT_ROOT ."/core/modules/cheque/pdf/";
|
||||
$dir=DOL_DOCUMENT_ROOT ."/core/modules/cheque/doc/";
|
||||
|
||||
// Charge le modele
|
||||
$file = "pdf_".$model.".class.php";
|
||||
|
||||
Reference in New Issue
Block a user