removed scrapped fn get_pan_tan() from onload of tds payment

This commit is contained in:
nabinhait 2011-06-15 16:15:27 +05:30
parent d537d1a078
commit 5299d1d293

View File

@ -1,6 +1,4 @@
cur_frm.cscript.onload = function(doc,cdt,cdn){
if(doc.company)get_server_fields('get_pan_tan','','',doc,cdt,cdn,1);
cur_frm.cscript.refresh(doc, cdt, cdn);
}
@ -74,4 +72,4 @@ cur_frm.cscript.refresh = function(doc, dt, dn) {
hide_field('Make Bank Voucher');
hide_field('Update');
}
}
}