mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
chore: resolve merge conflict
This commit is contained in:
@@ -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",
|
||||
]:
|
||||
|
||||
Reference in New Issue
Block a user