From 547dff5d5bc7e118be8fa7779fbf6967c80f9c1c Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 24 Aug 2016 12:44:32 +0530 Subject: [PATCH] [version] 7.1-beta --- erpnext/__init__.py | 2 +- erpnext/public/js/conf.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6b59a1891b7..6eca73660b1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.32' +__version__ = '7.1-beta' def get_default_company(user=None): '''Get default company for user''' diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js index d17bba807f1..89e539603d4 100644 --- a/erpnext/public/js/conf.js +++ b/erpnext/public/js/conf.js @@ -19,7 +19,7 @@ $(document).bind('toolbar_setup', function() { // default documentation goes to erpnext - $('[data-link-type="documentation"]').attr('data-path', 'user/manual/index'); + // $('[data-link-type="documentation"]').attr('data-path', '/erpnext/manual/index'); // additional help links for erpnext var $help_menu = $('.dropdown-help ul .documentation-links');