Fix currency
This commit is contained in:
parent
5a659bfd90
commit
d4e6610722
@ -726,7 +726,7 @@ if ($rowid > 0)
|
||||
$accountstatic->id=$objp->baid;
|
||||
$accountstatic->number=$objp->number;
|
||||
$accountstatic->account_number=$objp->account_number;
|
||||
$accountstatic->country_code=$obj->currency_code;
|
||||
$accountstatic->currency_code=$obj->currency_code;
|
||||
|
||||
if (! empty($conf->accounting->enabled) && $objp->fk_accountancy_journal > 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user