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

Conflicts:
	erpnext/accounts/doctype/sales_invoice/sales_invoice.py
	erpnext/patches/patch_list.py
This commit is contained in:
Anand Doshi
2012-07-27 14:45:24 +05:30
7 changed files with 33 additions and 27 deletions

View File

@@ -521,4 +521,8 @@ patch_list = [
'patch_file': 'sync_trial_balance',
'description': "sync trial balance"
},
{
'patch_module': 'patches.july_2012',
'patch_file': 'blog_guest_permission',
},
]