From 4c3217b11cef2a9516e020ddb6596dc469eefafa Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 14 Jan 2013 14:54:12 +0530 Subject: [PATCH] updated latest updates page --- home/page/latest_updates/latest_updates.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js index f5561abe86..bcd78d5f21 100644 --- a/home/page/latest_updates/latest_updates.js +++ b/home/page/latest_updates/latest_updates.js @@ -1,4 +1,7 @@ erpnext.updates = [ + ["14th January, 2013", [ + "Stock Reconciliation: Ability to update Valuation Rate" + ]], ["10th January 2013", [ "Modules: New module pages with open item count and multi-lingual.", "Permissions: Added new 'Report' permission. Only users with report permissions will be allowed.", @@ -162,8 +165,7 @@ erpnext.updates = [ "Query Report: Allow user to rename and save reports.", "Employee Leave Balance Report: Bugfix" ]] -] - +]; wn.pages['latest-updates'].onload = function(wrapper) { wn.ui.make_app_page({ @@ -182,7 +184,7 @@ wn.pages['latest-updates'].onload = function(wrapper) { $("

" + day[0] + "

").appendTo(parent); $.each(day[1], function(j, item) { $("

").html(item).appendTo(parent); - }) + }); $("


").appendTo(parent); }); -} \ No newline at end of file +}; \ No newline at end of file