fix: update voucher currency for allocated entry

This commit is contained in:
Gursheen Anand
2023-11-28 15:43:36 +05:30
parent 835c85a087
commit 3dfc1450a1

View File

@@ -295,6 +295,7 @@ class PaymentReconciliation(Document):
"amount": pay.get("amount"),
"allocated_amount": allocated_amount,
"difference_amount": pay.get("difference_amount"),
"currency": inv.get("currency"),
}
)