[fix] operations and bom

This commit is contained in:
Nabin Hait
2015-05-21 12:45:30 +05:30
parent f3ae85cc9a
commit de7b87ee3a
5 changed files with 19 additions and 17 deletions

View File

@@ -156,3 +156,4 @@ erpnext.patches.v5_0.repost_requested_qty
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, '') = ''")