noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/02: bug missing hidden dossier


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/02: bug missing hidden dossier
Date: Thu, 02 Jul 2015 18:27:38 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 190859445673ee6e00ae409d8f23a50988cd8208
Author: Dany De Bontridder <address@hidden>
Date:   Thu Jul 2 20:23:18 2015 +0200

    bug missing hidden dossier
---
 include/customer.inc.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/customer.inc.php b/include/customer.inc.php
index 9b8c54e..35ac835 100644
--- a/include/customer.inc.php
+++ b/include/customer.inc.php
@@ -92,6 +92,7 @@ if ($low_action == "list")
             }
             $nooperation = new ICheckBox('noop');
             $nooperation->selected = (isset($_GET['noop'])) ? true : false;
+            echo Dossier::hidden();
 
             echo _('Inclure les clients sans opération :') . 
$nooperation->input();
             ?>



reply via email to

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