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