Remove inlinestyler import in patches.txt
This commit is contained in:
parent
e75c37a8be
commit
debf0f2b5f
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,4 @@
|
|||
execute:import inlinestyler # new requirement
|
||||
|
||||
execute:frappe.db.sql("""update `tabPatch Log` set patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12
|
||||
patch=replace(patch, '.4_0.', '.v4_0.')""") #2014-05-12
|
||||
execute:frappe.reload_doc('core', 'doctype', 'doctype', force=True) #2014-01-24
|
||||
execute:frappe.reload_doc('core', 'doctype', 'docfield', force=True) #2014-03-01
|
||||
execute:frappe.reload_doc('core', 'doctype', 'docperm') #2014-06-04
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue