Просмотр исходного кода

[Boutique] Commander : title confirmation de commande

feature/rotating_product
Guillaume Bourgeois 7 месяцев назад
Родитель
Сommit
7fbc824e23
2 измененных файлов: 2 добавлений и 2 удалений
  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 Просмотреть файл

@@ -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 Просмотреть файл

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

Загрузка…
Отмена
Сохранить