mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_reconcile_oca: Fix amount_currency_format field
This commit is contained in:
committed by
Luis Rodriguez
parent
40b890d6e4
commit
26c2b5353b
@@ -32,6 +32,7 @@ export class AccountReconcileDataWidget extends Component {
|
||||
});
|
||||
data[line].amount_currency_format = formatMonetary(
|
||||
data[line].currency_amount,
|
||||
undefined,
|
||||
{
|
||||
currencyId: data[line].line_currency_id,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user