Skip to content

Commit

Permalink
[IMP] account_reconcile_oca: Fix amount_currency_format field
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Jun 19, 2024
1 parent 08cc042 commit 41549a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class AccountReconcileDataWidget extends Component {
);
data[line].amount_currency_format = fieldUtils.format.monetary(
data[line].currency_amount,
undefined,
{
currency: session.get_currency(data[line].line_currency_id),
}
Expand Down

0 comments on commit 41549a6

Please sign in to comment.