brotherton-erpnext/erpnext/website/page/products/products.js

11 lines
221 B
JavaScript
Raw Normal View History

2012-01-30 08:30:46 +00:00
erpnext.products = {}
pscript.onload_products = function(wrapper) {
// get erpnext.products.default_category
// make search box
// make main listing based on default category
// make sidelisting of categories
}