mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +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_balance_type(self.account, adv_adj)
|
||||||
validate_frozen_account(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 (
|
if (
|
||||||
self.voucher_type == "Journal Entry"
|
self.voucher_type == "Journal Entry"
|
||||||
and frappe.get_cached_value("Journal Entry", self.voucher_no, "voucher_type")
|
and frappe.get_cached_value("Journal Entry", self.voucher_no, "voucher_type")
|
||||||
@@ -69,7 +66,6 @@ class GLEntry(Document):
|
|||||||
return
|
return
|
||||||
|
|
||||||
if frappe.get_cached_value("Account", self.account, "account_type") not in [
|
if frappe.get_cached_value("Account", self.account, "account_type") not in [
|
||||||
>>>>>>> f119a1e115 (refactor: linkage between journal as payment and gain/loss journal)
|
|
||||||
"Receivable",
|
"Receivable",
|
||||||
"Payable",
|
"Payable",
|
||||||
]:
|
]:
|
||||||
|
|||||||
Reference in New Issue
Block a user