fix: Test cases

(cherry picked from commit ae3dce0cbd)
This commit is contained in:
Deepesh Garg
2022-08-22 08:57:58 +05:30
committed by Mergify
parent 20e9599fc1
commit 7c85b487cd

View File

@@ -1170,7 +1170,7 @@ class AccountsController(TransactionBase):
)
if (
(enable_discount_accounting or self.is_cash_or_non_trade_discount)
(enable_discount_accounting or self.get("is_cash_or_non_trade_discount"))
and self.get("additional_discount_account")
and self.get("discount_amount")
):