consolidated permission checking and added patch

This commit is contained in:
Rushabh Mehta 2013-01-14 17:02:13 +05:30
parent 1cfde3ed41
commit f0b7972102
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,8 @@
erpnext.updates = [
["14th January, 2013", [
"Stock Reconciliation: Ability to update Valuation Rate"
"Stock Reconciliation: Ability to update Valuation Rate",
"Time Field: Added Datetime and new Time Picker",
"Task, Support Ticket, Customer Issue: Added script to update resolution times"
]],
["10th January 2013", [
"Modules: New module pages with open item count and multi-lingual.",

View File

@ -594,4 +594,8 @@ patch_list = [
'patch_module': 'patches.january_2013',
'patch_file': 'give_report_permission_on_read',
},
{
'patch_module': 'patches.january_2013',
'patch_file': 'update_closed_on',
},
]