doctype refactor first commit

This commit is contained in:
Anand Doshi 2012-03-07 19:37:23 +05:30
parent c805422b3d
commit a6952c935c
3 changed files with 5 additions and 5 deletions

View File

@ -232,7 +232,7 @@ $.extend(wn.pages.users, {
$c_page('utilities', 'users', 'add_user', v, function(r,rt) {
if(r.exc) { msgprint(r.exc); return; }
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();
me.refresh();
}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
821
825