consolidated permission checking and added patch
diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js
index bcd78d5..c576e88 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 0b6c3f8..819fd25 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -594,4 +594,8 @@
 		'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