WIP fix supplier payement modelpath.

This commit is contained in:
tarrsalah 2017-10-05 09:51:17 +01:00
parent 21959aec8f
commit 76efc31b00

View File

@ -702,7 +702,7 @@ class PaiementFourn extends Paiement
}
else
{
$modelpath = "core/modules/supplier_payment/pdf/";
$modelpath = "core/modules/supplier_payment/doc/";
return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, $hidedetails, $hidedesc, $hideref);
}