fix: append does not have 3rd argument
This commit is contained in:
parent
0ae424de83
commit
8ca2fdcbe5
@ -26,7 +26,7 @@ def sync_table(key, hook):
|
|||||||
count = 0 # maintain count because list may come from seperate apps
|
count = 0 # maintain count because list may come from seperate apps
|
||||||
for item in frappe.get_hooks(hook):
|
for item in frappe.get_hooks(hook):
|
||||||
if item.get("name1") not in existing_items:
|
if item.get("name1") not in existing_items:
|
||||||
crm_settings.append(key, item, count)
|
crm_settings.append(key, item)
|
||||||
new_standard_items[item.get("name1")] = True
|
new_standard_items[item.get("name1")] = True
|
||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user