changed desktop modules now using font-awesome instead of noun project fonts

This commit is contained in:
Rushabh Mehta
2012-12-21 18:27:40 +05:30
parent 380d7c6a53
commit d3c9fb6b3b
9 changed files with 22 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ cur_frm.cscript.refresh = function(doc, dt, dn) {
} else {
cur_frm.set_intro("This Leave Application is pending approval. Only the Leave Apporver can update status.")
cur_frm.toggle_enable("status", false);
if(!doc.__islocal) cur_frm.frm_head.appframe.buttons.Submit.toggle(false);
if(!doc.__islocal) cur_frm.frm_head.appframe.buttons.Submit.remove();
}
} else {
if(doc.status=="Approved") {