fix: translations and route fixes

This commit is contained in:
Mangesh-Khairnar
2019-12-24 17:39:15 +05:30
parent 4bea44b9c9
commit 7a5b9a7bbe
3 changed files with 7 additions and 9 deletions

View File

@@ -138,7 +138,7 @@ def publish_selected_items(items_to_publish):
items_to_update.append(item)
hub_tracked_item = frappe.get_doc('Hub Tracked Item', item_code)
hub_tracked_item.update(hub_dict)
hub_tracked_items.save()
hub_tracked_item.save()
else:
frappe.get_doc(hub_dict).insert(ignore_if_duplicate=True)