diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index b2d5f6cece1..4c81830f5a8 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