From 2aa92fa249071c045ed1195bcc82a66602b6cfa2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Mar 2012 23:46:31 +0100 Subject: [PATCH] Fix: bad class --- htdocs/compta/bank/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php index f61d78641bb..90f4c73dddf 100644 --- a/htdocs/compta/bank/fiche.php +++ b/htdocs/compta/bank/fiche.php @@ -508,7 +508,7 @@ else // Type print ''.$langs->trans("AccountType").''; print ''; - print $form->select_type_comptes_financiers((isset($_POST["type"])?$_POST["type"]:$account->type),"type"); + print $formbank->select_type_comptes_financiers((isset($_POST["type"])?$_POST["type"]:$account->type),"type"); print ''; // Currency