mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
doctype refactor first commit
This commit is contained in:
@@ -232,7 +232,7 @@ $.extend(wn.pages.users, {
|
|||||||
$c_page('utilities', 'users', 'add_user', v, function(r,rt) {
|
$c_page('utilities', 'users', 'add_user', v, function(r,rt) {
|
||||||
if(r.exc) { msgprint(r.exc); return; }
|
if(r.exc) { msgprint(r.exc); return; }
|
||||||
else {
|
else {
|
||||||
wn.boot.user_info[v.user] = {fullname:v.first_name + ' ' + v.last_name};
|
wn.boot.user_info[v.user] = {fullname:v.first_name + ' ' + (v.last_name || '')};
|
||||||
d.hide();
|
d.hide();
|
||||||
me.refresh();
|
me.refresh();
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
821
|
825
|
||||||
Reference in New Issue
Block a user