mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
[patch] [default cost center] defaults starting with colon like :Company should not be a part of database default spec
This commit is contained in:
@@ -241,5 +241,6 @@ patch_list = [
|
||||
"execute:webnotes.delete_doc('Search Criteria', 'time_log_summary')",
|
||||
"patches.april_2013.p04_update_role_in_pages",
|
||||
"patches.april_2013.p05_fixes_in_reverse_modules",
|
||||
"execute:webnotes.delete_doc('DocType Mapper', 'Delivery Note-Packing Slip')"
|
||||
"execute:webnotes.delete_doc('DocType Mapper', 'Delivery Note-Packing Slip')",
|
||||
"patches.april_2013.p06_default_cost_center",
|
||||
]
|
||||
Reference in New Issue
Block a user