mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix in version number in about
This commit is contained in:
@@ -7,7 +7,7 @@ erpnext.set_about = function() {
|
||||
source: 'https://github.com/webnotes/erpnext',
|
||||
publisher: 'Web Notes Technologies Pvt Ltd, Mumbai',
|
||||
copyright: '© Web Notes Technologies Pvt Ltd',
|
||||
version: '2.' + window._version_number
|
||||
version: '2' //+ '.' + window._version_number
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user