on cur_frm.clear_custom_buttons call refresh_toolbar of form header
This commit is contained in:
parent
3be70dd0a6
commit
0bef23f8aa
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ _f.Frm.prototype.add_custom_button = function(label, fn, icon) {
|
|||
this.frm_head.appframe.add_button(label, fn, icon);
|
||||
}
|
||||
_f.Frm.prototype.clear_custom_buttons = function() {
|
||||
//
|
||||
this.frm_head.refresh_toolbar()
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue