2
0
forked from Wavyzz/dolibarr

Minor css enhancement

This commit is contained in:
Laurent Destailleur
2016-10-16 18:28:09 +02:00
parent 9175ff80a0
commit fe471c43d1
5 changed files with 11 additions and 25 deletions

View File

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