fix: update voucher currency for allocated entry
This commit is contained in:
@@ -295,6 +295,7 @@ class PaymentReconciliation(Document):
|
|||||||
"amount": pay.get("amount"),
|
"amount": pay.get("amount"),
|
||||||
"allocated_amount": allocated_amount,
|
"allocated_amount": allocated_amount,
|
||||||
"difference_amount": pay.get("difference_amount"),
|
"difference_amount": pay.get("difference_amount"),
|
||||||
|
"currency": inv.get("currency"),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user