Merge pull request #6690 from atm-gauthier/FIX_dateSelector

FIX : global $dateSelector isn't the good one, then date selector on …
This commit is contained in:
Laurent Destailleur 2017-04-29 21:20:54 +02:00 committed by GitHub
commit fd72977505

View File

@ -37,7 +37,7 @@ if (! empty($conf->margin->enabled) && ! empty($object->element) && in_array($ob
$usemargins=1;
}
global $dateSelector, $forceall, $senderissupplier, $inputalsopricewithtax;
global $forceall, $senderissupplier, $inputalsopricewithtax;
if (empty($dateSelector)) $dateSelector=0;
if (empty($forceall)) $forceall=0;
if (empty($senderissupplier)) $senderissupplier=0;