commit | bbce7b7e5d436ea1f9cee4d17ef0272ff501f598 | [log] [tgz] |
---|---|---|
author | tunde <tundebabzy@gmail.com> | Thu Oct 26 14:30:18 2017 +0100 |
committer | tunde <tundebabzy@gmail.com> | Thu Oct 26 14:31:13 2017 +0100 |
tree | 1a04059f538c201e64494a182c59a15d12df332e | |
parent | 92e09c0b7b7deeb3f934ac6508601839a180ec74 [diff] |
get attribute with get method
diff --git a/erpnext/stock/doctype/item/item.py b/erpnext/stock/doctype/item/item.py index 4b4f15b..bf8eaba 100644 --- a/erpnext/stock/doctype/item/item.py +++ b/erpnext/stock/doctype/item/item.py
@@ -57,7 +57,7 @@ if not self.description: self.description = self.item_name - if self.is_sales_item and not self.is_item_from_hub: + if self.is_sales_item and not self.get('is_item_from_hub'): self.publish_in_hub = 1 def after_insert(self):