consolidated permission checking and added patch
This commit is contained in:
parent
1cfde3ed41
commit
f0b7972102
@ -1,6 +1,8 @@
|
|||||||
erpnext.updates = [
|
erpnext.updates = [
|
||||||
["14th January, 2013", [
|
["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", [
|
["10th January 2013", [
|
||||||
"Modules: New module pages with open item count and multi-lingual.",
|
"Modules: New module pages with open item count and multi-lingual.",
|
||||||
|
@ -594,4 +594,8 @@ patch_list = [
|
|||||||
'patch_module': 'patches.january_2013',
|
'patch_module': 'patches.january_2013',
|
||||||
'patch_file': 'give_report_permission_on_read',
|
'patch_file': 'give_report_permission_on_read',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.january_2013',
|
||||||
|
'patch_file': 'update_closed_on',
|
||||||
|
},
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user