Merge branch 'master' of github.com:webnotes/erpnext into dev

This commit is contained in:
Anand Doshi
2012-07-02 14:44:05 +05:30
4 changed files with 29 additions and 2 deletions

View File

@@ -467,4 +467,9 @@ patch_list = [
'patch_file': 'cache_item_table',
'description': "create cache item table again"
},
{
'patch_module': 'patches.july_2012',
'patch_file': 'reload_pr_po_mapper',
'description': "order date should be greater than equal to request date"
},
]