Procházet zdrojové kódy

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

refactoring
Guillaume Bourgeois před 5 roky
rodič
revize
fe06b70803
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      producer/controllers/OrderController.php

+ 1
- 1
producer/controllers/OrderController.php Zobrazit soubor

@@ -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 ;

Načítá se…
Zrušit
Uložit