From a2020c55d838e82aa8ddd86ff557da816546aeae Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 25 Jun 2012 09:17:36 +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/supplier.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/supplier.inc.php b/include/supplier.inc.php index 889916866..255a997a8 100644 --- a/include/supplier.inc.php +++ b/include/supplier.inc.php @@ -123,6 +123,7 @@ if ( $low_action == "list" ) $f_cat_button=new IButton('add_cat'); $f_cat_button->set_attribute('type_cat',FICHE_TYPE_FOURNISSEUR); + $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();