fix: missing line due to conflict resolution

This commit is contained in:
Saif Ur Rehman 2018-12-28 00:29:43 +05:00
parent 07acc2bf5a
commit 1ea98cbbe1

View File

@ -126,6 +126,7 @@ class Item(WebsiteGenerator):
self.validate_fixed_asset()
self.validate_retain_sample()
self.validate_uom_conversion_factor()
self.validate_item_defaults()
if not self.get("__islocal"):
self.old_item_group = frappe.db.get_value(self.doctype, self.name, "item_group")