Explorar el Código

[Boutique] Commander : title confirmation de commande

feature/rotating_product
Guillaume Bourgeois hace 7 meses
padre
commit
7fbc824e23
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      producer/views/order/confirm.php
  2. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/views/order/confirm.php Ver fichero

@@ -48,7 +48,7 @@ $orderModule = OrderModule::getInstance();
$pointSaleModule = PointSaleModule::getInstance();
$producer = GlobalParam::getCurrentProducer() ;

//$this->setTitle('Confirmation de commande') ;
$this->setPageTitle('Confirmation de commande');

?>


+ 1
- 1
producer/web/js/vuejs/order-order.js Ver fichero

@@ -705,7 +705,7 @@ var app = new Vue({
setTimeout(function() {
opendistrib_products();
}, 500);
if(idScroll) {
setTimeout(opendistrib_scroll, 250, idScroll);
}

Cargando…
Cancelar
Guardar