mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 06:48:31 +00:00
setup wizard image fix
This commit is contained in:
@@ -368,7 +368,7 @@ $.extend(erpnext.wiz, {
|
||||
if(user_image) {
|
||||
var $attach_user = slide.form.fields_dict.attach_user.$wrapper;
|
||||
$attach_user.find(".missing-image").toggle(false);
|
||||
$attach_user.find("img").attr("src", user_image).toggle(true);
|
||||
$attach_user.find("img").attr("src", decodeURIComponent(user_image)).toggle(true);
|
||||
}
|
||||
|
||||
delete slide.form.fields_dict.email;
|
||||
|
||||
Reference in New Issue
Block a user