noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/06: Bug : ledger search without border


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/06: Bug : ledger search without border
Date: Thu, 13 Mar 2014 20:39:48 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit eed45b7a92472167ce37069bfe90d58e7e5de69c
Author: Dany De Bontridder <address@hidden>
Date:   Thu Mar 13 21:18:30 2014 +0100

    Bug : ledger search without border
---
 include/balance.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/balance.inc.php b/include/balance.inc.php
index f549221..b426275 100644
--- a/include/balance.inc.php
+++ b/include/balance.inc.php
@@ -102,7 +102,7 @@ echo '<li>'.$rad->input('p_filter',0)._('Aucun filtre, tous 
les journaux').'</li
 if (  isset($_GET['p_filter']) && $_GET['p_filter']==1) $rad->selected='t';
 else $rad->selected=false;
 echo '<li>'.$rad->input('p_filter',1)._('Filtré par journal');
-echo 
HtmlInput::button_choice_ledger(array('div'=>'bal','type'=>'ALL','all_type'=>1));
+echo 
HtmlInput::button_choice_ledger(array('div'=>'','type'=>'ALL','all_type'=>1));
 echo '</li>';
 if (  isset($_GET['p_filter']) && $_GET['p_filter']==2) $rad->selected='t';
 else $rad->selected=false;



reply via email to

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