fix in doctype refactor patch
This commit is contained in:
parent
986caee03d
commit
310bc462b9
@ -130,7 +130,10 @@ def create_file_list():
|
|||||||
obj.doc.allow_attach = 1
|
obj.doc.allow_attach = 1
|
||||||
obj.doc.save()
|
obj.doc.save()
|
||||||
obj.make_file_list()
|
obj.make_file_list()
|
||||||
obj.on_update()
|
from webnotes.model.db_schema import updatedb
|
||||||
|
updatedb(obj.doc.name)
|
||||||
|
from webnotes.utils.cache import CacheItem
|
||||||
|
CacheItem(obj.doc.name).clear()
|
||||||
|
|
||||||
def change_to_decimal():
|
def change_to_decimal():
|
||||||
webnotes.conn.commit()
|
webnotes.conn.commit()
|
||||||
|
@ -1 +1 @@
|
|||||||
979
|
980
|
Loading…
x
Reference in New Issue
Block a user