fixed issues
This commit is contained in:
parent
d7e69f9412
commit
ece5f93616
@ -148,7 +148,7 @@ def sync_mapper():
|
||||
#---------------------------------------
|
||||
def run_patches():
|
||||
# update module
|
||||
dt_module = {'LC PR Detail':'Stock', 'Landed Cost Detail':'Stock', 'Comment Widget Record': 'Core', 'Tag':'Core', 'Tag Detail': 'Core', 'POS Settings': 'Accounts'}
|
||||
dt_module = {'LC PR Detail':'Stock', 'Landed Cost Detail':'Stock', 'Comment Widget Record': 'Core', 'Tag':'Core', 'Tag Detail': 'Core', 'POS Settings': 'Accounts', 'Salary Structure Details': 'Accounts'}
|
||||
for d in dt_module.keys():
|
||||
sql("update `tabDocType` set module = '%s' where name = '%s'" % (dt_module[d], d))
|
||||
delete_unwanted_mappers()
|
||||
|
Loading…
x
Reference in New Issue
Block a user