Fix: Bad detection of country
This commit is contained in:
parent
7360bc1b6f
commit
2d936e86c0
@ -96,6 +96,7 @@ dol_fiche_head($head, 'rib', $langs->trans("ThirdParty"),0,'company');
|
|||||||
|
|
||||||
$account = new CompanyBankAccount($db);
|
$account = new CompanyBankAccount($db);
|
||||||
$account->fetch(0,$soc->id);
|
$account->fetch(0,$soc->id);
|
||||||
|
if (empty($account->socid)) $account->socid=$soc->id;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user