mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
[fix] [conflict]
This commit is contained in:
@@ -358,4 +358,4 @@ def check_active_sales_items(obj):
|
||||
webnotes.throw(_("Item is neither Sales nor Service Item") + ": " + d.item_code)
|
||||
if d.income_account and not item.default_income_account:
|
||||
webnotes.conn.set_value("Item", d.item_code, "default_income_account",
|
||||
d.income_account)
|
||||
d.income_account)
|
||||
|
||||
Reference in New Issue
Block a user