hi,
i would like to hide the submit button from sales order
so
i tried this Need a custom to hide the submit button
when i pasted below code on_load of sales_order.js
cur_frm.cscript.custom_refresh = function() {
cur_frm.frm_head.appframe.clear_buttons('Submit');
}```
i am getting this error on console of browser
```Uncaught (in promise) TypeError: Cannot read property 'appframe' of undefined
at init.cur_frm.cscript.custom_refresh (eval at setup (script_manager.js:155), <anonymous>:776:18)```