diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index 5a0a9d7857..d1d09e6608 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -525,4 +525,8 @@ patch_list = [ 'patch_module': 'patches.august_2012', 'patch_file': 'changed_blog_date_format', }, + { + 'patch_module': 'patches.august_2012', + 'patch_file': 'repost_billed_amt', + }, ] \ No newline at end of file