diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index fd734a9a6c2..03c0f27dd66 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -447,4 +447,9 @@ patch_list = [ 'patch_file': 'set_recurring_type', 'description': "set recurring type as monthly in old" }, + { + 'patch_module': 'patches.june_2012', + 'patch_file': 'alter_tabsessions', + 'description': "alter tabsessions to change user column definition" + }, ] \ No newline at end of file