mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
added voucher import tool
This commit is contained in:
@@ -95,7 +95,7 @@ $.extend(wn.pages.users, {
|
||||
if(data.file_list) {
|
||||
data.imgsrc = 'files/' + data.file_list.split('\n')[0].split(',')[1];
|
||||
} else {
|
||||
data.imgsrc = 'images/lib/ui/no_img_' + (data.gender=='Female' ? 'f' : 'm') + '.gif';
|
||||
data.imgsrc = 'lib/images/ui/no_img_' + (data.gender=='Female' ? 'f' : 'm') + '.gif';
|
||||
}
|
||||
data.fullname = wn.user_info(data.name).fullname;
|
||||
data.delete_html = '';
|
||||
|
||||
Reference in New Issue
Block a user