mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 07:28:39 +00:00
fix(postgres): match stored "Exchange Gain Or Loss" voucher_type casing
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -141,7 +141,7 @@ def make_exchange_gain_loss_journal(
|
||||
.where(
|
||||
(je.docstatus == 1)
|
||||
& (je.name.isin(parents))
|
||||
& (je.voucher_type == "Exchange Gain or Loss")
|
||||
& (je.voucher_type == "Exchange Gain Or Loss")
|
||||
)
|
||||
.run()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user