2
0
forked from Wavyzz/dolibarr

INIT pdf supplier payment

This commit is contained in:
arnaud
2017-02-10 17:28:00 +01:00
parent d5b10a18b7
commit 4230b075c2
8 changed files with 1480 additions and 5 deletions

View File

@@ -4318,7 +4318,7 @@ function get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart)
$path = '';
$arrayforoldpath=array('cheque','user','category','holiday','shipment','supplier_invoice','invoice_supplier','mailing');
$arrayforoldpath=array('cheque','user','category','holiday','shipment','supplier_invoice','invoice_supplier','mailing','supplier_payment');
if (! empty($conf->global->PRODUCT_USE_OLD_PATH_FOR_PHOTO)) $arrayforoldpath[]='product';
if (! empty($level) && in_array($modulepart, $arrayforoldpath))
{