From 381cec7b8717f7f82bfd552d5f9301fe700b66b4 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 21 Dec 2015 18:56:20 +0530 Subject: [PATCH] [fix] added Shopping Cart and Report Builder in Learn module --- erpnext/config/learn.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/erpnext/config/learn.py b/erpnext/config/learn.py index 4018b4f498..dcb682db18 100644 --- a/erpnext/config/learn.py +++ b/erpnext/config/learn.py @@ -21,6 +21,11 @@ def get_data(): "label": _("Customizing Forms"), "youtube_id": "pJhL9mmxV_U" }, + { + "type": "help", + "label": _("Report Builder"), + "youtube_id": "y0o5iYZOioU" + }, ] }, @@ -273,6 +278,11 @@ def get_data(): "label": _("Publish Items on Website"), "youtube_id": "W31LBBNzbgc" }, + { + "type": "help", + "label": _("Shopping Cart"), + "youtube_id": "xkrYO-KFukM" + }, ] }, ]