mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
updates to website: removed webnotes.cms
This commit is contained in:
@@ -45,7 +45,7 @@ erpnext.products.make_product_list = function(wrapper) {
|
||||
parent: $(wrapper).find('#products-list').get(0),
|
||||
run_btn: $(wrapper).find('.products-search .btn').get(0),
|
||||
no_toolbar: true,
|
||||
method: 'website.product.get_product_list',
|
||||
method: 'website.helpers.product.get_product_list',
|
||||
get_args: function() {
|
||||
return {
|
||||
search: $('input[name="products-search"]').val() || '',
|
||||
|
||||
Reference in New Issue
Block a user