@@ -48,7 +48,7 @@ $orderModule = OrderModule::getInstance(); | |||
$pointSaleModule = PointSaleModule::getInstance(); | |||
$producer = GlobalParam::getCurrentProducer() ; | |||
//$this->setTitle('Confirmation de commande') ; | |||
$this->setPageTitle('Confirmation de commande'); | |||
?> | |||
@@ -705,7 +705,7 @@ var app = new Vue({ | |||
setTimeout(function() { | |||
opendistrib_products(); | |||
}, 500); | |||
if(idScroll) { | |||
setTimeout(opendistrib_scroll, 250, idScroll); | |||
} |