brotherton-erpnext/erpnext/website/page/products/products.js
2012-01-30 14:00:46 +05:30

11 lines
221 B
JavaScript

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
}