浏览代码

Fix bug lié au commentaire associé aux points de vente

refactoring
父节点
当前提交
fe06b70803
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      producer/controllers/OrderController.php

+ 1
- 1
producer/controllers/OrderController.php 查看文件

@@ -253,7 +253,7 @@ class OrderController extends ProducerBaseController
$order->comment_point_sale = ($pointSale && strlen($pointSale->getComment())) ?
$pv->getComment() : '' ;
$pointSale->getComment() : '' ;
// la commande est automatiquement réactivée lors d'une modification
$order->date_delete = null ;

正在加载...
取消
保存