commit | 16d92e72709571aa3b4618e5fdec48c5181b7113 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Apr 13 18:44:33 2017 +0530 |
committer | GitHub <noreply@github.com> | Thu Apr 13 18:44:33 2017 +0530 |
tree | e9b0b8ad16faca523f2c073d8aecbf1978434122 | |
parent | 3ddfce4f171d61a131b0519cb6b952d05a1af32d [diff] |
Update update_supplier_address_in_stock_entry.py
diff --git a/erpnext/patches/v8_0/update_supplier_address_in_stock_entry.py b/erpnext/patches/v8_0/update_supplier_address_in_stock_entry.py index e4032a2..a217304 100644 --- a/erpnext/patches/v8_0/update_supplier_address_in_stock_entry.py +++ b/erpnext/patches/v8_0/update_supplier_address_in_stock_entry.py
@@ -19,4 +19,4 @@ se.address_display = stock_entry.get("supplier_address") se.supplier_address = frappe.db.get_value("Purchase Order", stock_entry.get("purchase_order"),"supplier_address") or None - se.save(ignore_permissions=True) \ No newline at end of file + se.db_update()