brotherton-erpnext/erpnext/selling/page/selling_home/selling_home.js

3 lines
107 B
JavaScript
Raw Normal View History

2012-02-20 13:00:52 +00:00
pscript['onload_selling-home'] = function(wrapper) {
erpnext.module_page.setup_page('Selling', wrapper);
2012-02-20 13:00:52 +00:00
}