fixes to taxes and charges master and naming_series

This commit is contained in:
Rushabh Mehta
2012-07-12 16:01:20 +05:30
parent 5faf37f312
commit 4feae61b62
23 changed files with 387 additions and 371 deletions

View File

@@ -492,4 +492,9 @@ patch_list = [
'patch_file': 'default_freeze_account',
'description': "set default freeze_account as 'No' where NULL"
},
{
'patch_module': 'patches.july_2012',
'patch_file': 'update_purchase_tax',
'description': "rename options in purchase taxes and charges"
},
]