From 9b1e9aceafecb4d80badd8a70365d8c9a260afaa Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 2 Jul 2012 16:42:46 +0530 Subject: [PATCH] packing list cleanup and serial no status update --- 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 b2d5f6cece..4c81830f5a 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -467,4 +467,9 @@ patch_list = [ 'patch_file': 'reload_pr_po_mapper', 'description': "order date should be greater than equal to request date" }, + { + 'patch_module': 'patches.july_2012', + 'patch_file': 'packing_list_cleanup_and_serial_no', + 'description': "packing list cleanup and serial no status update" + }, ] \ No newline at end of file