noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 101/119: Grand livre waiting box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 101/119: Grand livre waiting box
Date: Mon, 26 Oct 2020 18:27:36 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2a0054639dc1ea1ac32235c74359ebccbdaa6676
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Oct 13 18:19:31 2020 +0200

    Grand livre waiting box
---
 include/impress_gl_comptes.inc.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/impress_gl_comptes.inc.php 
b/include/impress_gl_comptes.inc.php
index 6a5bdfa..3da5d89 100644
--- a/include/impress_gl_comptes.inc.php
+++ b/include/impress_gl_comptes.inc.php
@@ -40,8 +40,8 @@ global $g_user,$http;
 //-----------------------------------------------------
 echo '<div class="content">';
 
-echo '<FORM action="?" METHOD="GET">';
-echo HtmlInput::hidden('ac',$_REQUEST['ac']);
+echo '<FORM action="?" METHOD="GET" onsubmit="waiting_box();return true;">';
+echo HtmlInput::hidden('ac',$http->request('ac'));
 echo HtmlInput::hidden('type','gl_comptes');
 echo dossier::hidden();
 echo '<TABLE><TR>';



reply via email to

[Prev in Thread] Current Thread [Next in Thread]