[version] 7.1-beta
This commit is contained in:
parent
fcb793e4dd
commit
547dff5d5b
@ -2,7 +2,7 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
__version__ = '7.0.32'
|
__version__ = '7.1-beta'
|
||||||
|
|
||||||
def get_default_company(user=None):
|
def get_default_company(user=None):
|
||||||
'''Get default company for user'''
|
'''Get default company for user'''
|
||||||
|
@ -19,7 +19,7 @@ $(document).bind('toolbar_setup', function() {
|
|||||||
|
|
||||||
|
|
||||||
// default documentation goes to erpnext
|
// 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
|
// additional help links for erpnext
|
||||||
var $help_menu = $('.dropdown-help ul .documentation-links');
|
var $help_menu = $('.dropdown-help ul .documentation-links');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user