From f559a437a1e1de82820552c9d31cb74758dfc7c8 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 1 Mar 2013 18:25:55 +0530 Subject: [PATCH] completed Time Log / Time Log Batch --- home/page/latest_updates/latest_updates.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js index 12a58d5791..b387aad67a 100644 --- a/home/page/latest_updates/latest_updates.js +++ b/home/page/latest_updates/latest_updates.js @@ -1,4 +1,7 @@ erpnext.updates = [ + ["1st March", [ + "Time Log, Time Log Batch: Created feature to batch Time Logs so that they can be tracked for billing." + ]], ["27th February", [ "Time Log: Created Time Log System, with Calendar View." ]],