mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: View Stock / Accounting Ledger button not showing in the stock entry (#27570)
This commit is contained in:
@@ -1100,4 +1100,4 @@ function check_should_not_attach_bom_items(bom_no) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$.extend(cur_frm.cscript, new erpnext.stock.StockEntry({frm: cur_frm}));
|
extend_cscript(cur_frm.cscript, new erpnext.stock.StockEntry({frm: cur_frm}));
|
||||||
|
|||||||
Reference in New Issue
Block a user