From 07a73642ce78ec5b9cdda04590ada0b237340723 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 25 Jun 2012 09:13:47 +0000 Subject: [PATCH] =?UTF-8?q?Bug=200000656:=20Fournisseur=20:=20impossible?= =?UTF-8?q?=20d'ajouter=20une=20cat=C3=A9gorie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/bank.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bank.inc.php b/include/bank.inc.php index 3ca31573e..c2467f19b 100644 --- a/include/bank.inc.php +++ b/include/bank.inc.php @@ -119,6 +119,7 @@ if ( $low_action == "list" ) $f_cat_button=new IButton('add_cat'); $f_cat_button->set_attribute('type_cat',FICHE_TYPE_FIN); + $f_cat_button->set_attribute('ipopup','ipop_cat'); $f_cat_button->label=_('Ajout d\'une catégorie'); $f_cat_button->javascript='add_category(this)'; echo $f_cat_button->input();