$pointSaleModule = PointSaleModule::getInstance(); | $pointSaleModule = PointSaleModule::getInstance(); | ||||
$producer = GlobalParam::getCurrentProducer() ; | $producer = GlobalParam::getCurrentProducer() ; | ||||
//$this->setTitle('Confirmation de commande') ; | |||||
$this->setPageTitle('Confirmation de commande'); | |||||
?> | ?> | ||||
setTimeout(function() { | setTimeout(function() { | ||||
opendistrib_products(); | opendistrib_products(); | ||||
}, 500); | }, 500); | ||||
if(idScroll) { | if(idScroll) { | ||||
setTimeout(opendistrib_scroll, 250, idScroll); | setTimeout(opendistrib_scroll, 250, idScroll); | ||||
} | } |