From 42d2541f6aef67fe329648295d04df6029cb4cb7 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 29 Aug 2024 16:01:43 +0200 Subject: [PATCH] small change in Invoice/Index --- Layout/default/Invoice/Index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Layout/default/Invoice/Index.php b/Layout/default/Invoice/Index.php index 5ca0f29f4..dec90b846 100644 --- a/Layout/default/Invoice/Index.php +++ b/Layout/default/Invoice/Index.php @@ -279,7 +279,11 @@ $pagination_entity_name = "Rechnungen"; + + +
+

Rechnungen

@@ -450,7 +454,7 @@ $pagination_entity_name = "Rechnungen"; } }); - status_update = setTimeout(updateStatus, 1000); + status_update = setTimeout(updateStatus, 2000); }, "json" );