Skip to content

Commit

Permalink
fix: update voucher currency for allocated entry
Browse files Browse the repository at this point in the history
  • Loading branch information
GursheenK committed Nov 28, 2023
1 parent 835c85a commit 3dfc145
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def get_allocated_entry(self, pay, inv, allocated_amount):
"amount": pay.get("amount"),
"allocated_amount": allocated_amount,
"difference_amount": pay.get("difference_amount"),
"currency": inv.get("currency"),
}
)

Expand Down

0 comments on commit 3dfc145

Please sign in to comment.