fix: View Stock / Accounting Ledger button not showing in the stock entry (#27570)

This commit is contained in:
rohitwaghchaure 2021-09-17 18:39:21 +05:30 committed by GitHub
parent e03d9aa889
commit bf2a590332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}));