refactor: redefine dr_or_cr for unallocated amount
This commit is contained in:
parent
2633d7dca3
commit
3e6306348a
@ -1113,6 +1113,7 @@ class PaymentEntry(AccountsController):
|
||||
gl_entries.append(gle)
|
||||
|
||||
if self.unallocated_amount:
|
||||
dr_or_cr = "credit" if self.payment_type == "Receive" else "debit"
|
||||
exchange_rate = self.get_exchange_rate()
|
||||
base_unallocated_amount = self.unallocated_amount * exchange_rate
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user