mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
fixes in customize form, naming series form loading
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user