removed get_tips() from js file

This commit is contained in:
nabinhait
2011-07-05 14:41:36 +05:30
parent c297df5b16
commit 1bd56b1c08
36 changed files with 68 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
cur_frm.add_fetch('employee', 'company', 'company');
cur_frm.cscript.onload = function(doc,cdt,cdn){
//cur_frm.cscript.get_tips(doc, cdt, cdn);
//
if(!doc.approval_status) set_multiple(cdt,cdn,{approval_status:'Draft'});
if(doc.employee) cur_frm.cscript.employee(doc,cdt,cdn);