chore: resolve merge conflict

This commit is contained in:
ruthra kumar
2023-08-14 10:37:56 +05:30
parent 61afffc908
commit 7469018d3e

View File

@@ -58,9 +58,6 @@ class GLEntry(Document):
validate_balance_type(self.account, adv_adj)
validate_frozen_account(self.account, adv_adj)
<<<<<<< HEAD
if frappe.db.get_value("Account", self.account, "account_type") not in [
=======
if (
self.voucher_type == "Journal Entry"
and frappe.get_cached_value("Journal Entry", self.voucher_no, "voucher_type")
@@ -69,7 +66,6 @@ class GLEntry(Document):
return
if frappe.get_cached_value("Account", self.account, "account_type") not in [
>>>>>>> f119a1e115 (refactor: linkage between journal as payment and gain/loss journal)
"Receivable",
"Payable",
]: