mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
Merge branch 'edge' of github.com:webnotes/erpnext into webshop
Conflicts: controllers/buying_controller.py
This commit is contained in:
@@ -33,3 +33,6 @@ class DocType:
|
||||
msgprint(_("""Please check "Valid For All Countries" or \
|
||||
enter atlease one row in the "Countries" table."""), raise_exception=True)
|
||||
|
||||
def on_trash(self):
|
||||
webnotes.conn.sql("""delete from `tabItem Price` where price_list_name = %s""",
|
||||
self.doc.name)
|
||||
Reference in New Issue
Block a user