From 5462ce1d99fe3278dbb558cfd108d3480b059cc9 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 5 Dec 2025 09:08:53 +0100 Subject: [PATCH] Fix bug refresh in "commit event" --- .../template/status_operation_event-main_display.php | 11 ++--------- include/widget/coming_event/coming_event.php | 1 + include/widget/last_event/last_event.php | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/include/template/status_operation_event-main_display.php b/include/template/status_operation_event-main_display.php index 0ffb9e0b6..939b7a8af 100644 --- a/include/template/status_operation_event-main_display.php +++ b/include/template/status_operation_event-main_display.php @@ -48,8 +48,7 @@ $nb_supplier_late=count($supplier_late); $nb_customer_now=count($customer_now); $nb_customer_late=count($customer_late); -?> - +?>
@@ -154,10 +153,4 @@ $nb_customer_late=count($customer_late);
-
- +
\ No newline at end of file diff --git a/include/widget/coming_event/coming_event.php b/include/widget/coming_event/coming_event.php index 312f4937d..49cd9d11d 100644 --- a/include/widget/coming_event/coming_event.php +++ b/include/widget/coming_event/coming_event.php @@ -37,6 +37,7 @@ class Coming_Event extends Widget { global $cn; $this->open_div(); + $this->title(_("Résumé")); \Status_Operation_Event::main_display($cn); $this->close_div(); } diff --git a/include/widget/last_event/last_event.php b/include/widget/last_event/last_event.php index a244337a0..17760e9f3 100644 --- a/include/widget/last_event/last_event.php +++ b/include/widget/last_event/last_event.php @@ -31,7 +31,7 @@ use Dossier; */ class Last_Event extends Widget { - /** + /** * @brief display 10 last action * @return void * @throws \Exception