From 0cbb14462899e1632397e60eb4b24649e26aa355 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Mon, 5 Aug 2019 20:52:27 +0200 Subject: [PATCH] Update list.php sometimes we need to get last update or closed order --- htdocs/commande/list.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index cbc5ffc04e7..a25d863176e 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -694,6 +694,12 @@ if ($resql) print ''; print ''; } + // Date cloture + if (! empty($arrayfields['c.date_cloture']['checked'])) + { + print ''; + print ''; + } // Status if (! empty($arrayfields['c.fk_statut']['checked'])) {