mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 17:33:09 +00:00
style fixes
This commit is contained in:
@@ -47,7 +47,7 @@ pscript['onload_Import Data'] = function() {
|
||||
|
||||
dt.onclick = function(){
|
||||
var ovr = $('input[name="overwrite"]:checked').length;
|
||||
window.location = webnotes.request.url + '?cmd=get_template&dt=' + this.nm + (ovr ? '&overwrite=1' : '');
|
||||
window.location = wn.request.url + '?cmd=get_template&dt=' + this.nm + (ovr ? '&overwrite=1' : '');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user