mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
[hub] rename is_hub_item to is_item_from_hub (#11069)
* [hub] rename is_hub_item to is_item_from_hub * [rename] is_hub_item to is_item_from_hub
This commit is contained in:
committed by
Nabin Hait
parent
9c0d30a087
commit
925e9776e8
File diff suppressed because it is too large
Load Diff
@@ -52,7 +52,7 @@ class Item(WebsiteGenerator):
|
||||
if not self.description:
|
||||
self.description = self.item_name
|
||||
|
||||
if self.is_sales_item and not self.is_hub_item:
|
||||
if self.is_sales_item and not self.is_item_from_hub:
|
||||
self.publish_in_hub = 1
|
||||
|
||||
def after_insert(self):
|
||||
|
||||
Reference in New Issue
Block a user