mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
chore: resolve conflicts
This commit is contained in:
committed by
GitHub
parent
b0aa4efd3d
commit
aea169d4d4
@@ -179,11 +179,7 @@ def get_balance_on(
|
|||||||
in_account_currency=True,
|
in_account_currency=True,
|
||||||
cost_center=None,
|
cost_center=None,
|
||||||
ignore_account_permission=False,
|
ignore_account_permission=False,
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
account_type=None,
|
|
||||||
start_date=None,
|
start_date=None,
|
||||||
>>>>>>> 52305e3000 (fix: annual income and expenses in digest)
|
|
||||||
):
|
):
|
||||||
if not account and frappe.form_dict.get("account"):
|
if not account and frappe.form_dict.get("account"):
|
||||||
account = frappe.form_dict.get("account")
|
account = frappe.form_dict.get("account")
|
||||||
|
|||||||
Reference in New Issue
Block a user