|
|
@@ -278,7 +278,7 @@ _f.Frm.prototype.set_footnote = function(txt) { |
|
|
|
|
|
|
|
|
|
|
|
_f.Frm.prototype.add_custom_button = function(label, fn, icon) { |
|
|
|
this.appframe.add_button(label, fn, icon || "icon-arrow-right"); |
|
|
|
return this.appframe.add_button(label, fn, icon || "icon-arrow-right"); |
|
|
|
} |
|
|
|
_f.Frm.prototype.clear_custom_buttons = function() { |
|
|
|
this.toolbar.refresh() |
|
|
|