mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
deprecated form 16 print format
This commit is contained in:
3
patches/december_2012/delete_form16_print_format.py
Normal file
3
patches/december_2012/delete_form16_print_format.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.delete_doc("Print Format", "Form 16A Print Format")
|
||||
@@ -558,4 +558,8 @@ patch_list = [
|
||||
'patch_module': 'patches.december_2012',
|
||||
'patch_file': 'rebuild_item_group_tree',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.december_2012',
|
||||
'patch_file': 'delete_form16_print_format',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user