From f0b797210206c216e18cf42b55adf613dad90e0c Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 14 Jan 2013 17:02:13 +0530 Subject: [PATCH] consolidated permission checking and added patch --- home/page/latest_updates/latest_updates.js | 4 +++- patches/patch_list.py | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js index bcd78d5f21..c576e8866a 100644 --- a/home/page/latest_updates/latest_updates.js +++ b/home/page/latest_updates/latest_updates.js @@ -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.", diff --git a/patches/patch_list.py b/patches/patch_list.py index 0b6c3f82db..819fd2580b 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -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', + }, ] \ No newline at end of file