remove euro currency patch, address / contact supplier/customer can now contain slashes in their name

This commit is contained in:
Anand Doshi
2012-05-28 13:26:17 +05:30
parent e316795196
commit 4792f51e2a
4 changed files with 27 additions and 6 deletions

View File

@@ -402,4 +402,9 @@ patch_list = [
'patch_file': 'profile_perm_patch',
'description': 'Make profile readonly for role All'
},
{
'patch_module': 'patches.may_2012',
'patch_file': 'remove_euro_currency',
'description': 'Remove EURO currency and replace with EUR'
},
]