[version] 7.1-beta

This commit is contained in:
Rushabh Mehta 2016-08-24 12:44:32 +05:30
parent fcb793e4dd
commit 547dff5d5b
2 changed files with 2 additions and 2 deletions

View File

@ -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'''

View File

@ -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');