fixes in customize form, naming series form loading

This commit is contained in:
Anand Doshi
2012-04-18 16:04:02 +05:30
parent 1fb128158c
commit 385380125b
5 changed files with 7 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ cur_frm.cscript.onload = function(doc, cdt, cdn){
cur_frm.cscript.refresh = function(doc, cdt, cdn) {
// hide buttons
$(cur_frm.frm_head.page_head.toolbar_area).toggle(false);
$('.appframe-toolbar').toggle(false);
}
cur_frm.cscript.select_doc_for_series = function(doc, cdt, cdn) {