Fix in Purchase Return - Serial No. status issue

This commit is contained in:
Anand Doshi
2012-01-31 16:20:37 +05:30
parent 6c95ccb8f5
commit 0717ca63b2
5 changed files with 33 additions and 6 deletions

View File

@@ -50,4 +50,9 @@ patch_list = [
'patch_file': 'email_settings_reload',
'description': "Change type of mail_port field to Int and reload email_settings doctype"
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'serial_no_add_opt',
'description': "Add option 'Purchase Returned' to Serial No status field"
},
]