Fix: Bad detection of country

This commit is contained in:
Laurent Destailleur 2011-01-19 16:43:10 +00:00
parent 2146e54e94
commit 16eac586de

View File

@ -95,7 +95,7 @@ $head=societe_prepare_head2($soc);
dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"),0,'company');
$account = new CompanyBankAccount($db);
$account->fetch(0,$soc->id);
$account->socid=$soc->id;