From 3adfa9595edc27c19be3e64b39f620fb3735f512 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Sun, 17 Jun 2012 21:57:37 +0530 Subject: [PATCH] patch list updated --- erpnext/patches/patch_list.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 98c3aff772..fd734a9a6c 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