diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 98c3aff772a..fd734a9a6c2 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -442,4 +442,9 @@ patch_list = [ 'patch_file': 'series_unique_patch', 'description': "add unique constraint to series table's name column" }, + { + 'patch_module': 'patches.june_2012', + 'patch_file': 'set_recurring_type', + 'description': "set recurring type as monthly in old" + }, ] \ No newline at end of file