[Fix] SMS Center

This commit is contained in:
Akhilesh Darjee
2013-06-26 18:28:54 +05:30
parent e26acffcfe
commit 89bd216a0c
5 changed files with 16 additions and 15 deletions

View File

@@ -87,7 +87,6 @@ cur_frm.cscript.supplier = function(doc, dt, dn) {
get_server_fields('get_default_supplier_address',
JSON.stringify({ supplier: doc.supplier }), '', doc, dt, dn, 1,
function() { cur_frm.refresh(); });
cur_frm.cscript.toggle_contact_section(doc);
}
}