mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix in doctype refactor patch
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user