Packing Slip and its patches

This commit is contained in:
Anand Doshi
2012-02-02 11:38:15 +05:30
parent 3325d0db74
commit 75d30b803f
19 changed files with 958 additions and 257 deletions

View File

@@ -60,4 +60,9 @@ patch_list = [
'patch_file': 'cancel_purchase_returned',
'description': "Set docstatus = 2 where status = 'Purchase Returned' for serial no"
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'deploy_packing_slip',
'description': "Delete old packing slip fields & print format & deploy new doctypes related to Packing Slip"
},
]