commit | de7b87ee3a11e7b825fd9772457e677d52774f7e | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 21 12:45:30 2015 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 21 13:24:49 2015 +0530 |
tree | ff39e9c37dab22add3110af01ebe3d1c2a12f3e4 | |
parent | f3ae85cc9a855b887042bd910869f2233add9203 [diff] [blame] |
[fix] operations and bom
diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 2990ab0..85adbee 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt
@@ -156,3 +156,4 @@ erpnext.patches.v5_0.fix_taxes_and_totals_in_party_currency erpnext.patches.v5_0.update_tax_amount_after_discount_in_purchase_cycle erpnext.patches.v5_0.rename_pos_setting +execute:frappe.db.sql("update `tabBOM Operation` set description=opn_description where ifnull(description, '') = ''")