brotherton-erpnext/erpnext/stock/page/stock_home/stock_home.js

3 lines
103 B
JavaScript
Raw Normal View History

pscript['onload_stock-home'] = function(wrapper) {
erpnext.module_page.setup_page('Stock', wrapper);
}