mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[shopping cart] show items, editable qty and show amount for that item
This commit is contained in:
@@ -193,7 +193,8 @@ $.extend(wn.cart, {
|
||||
method: "website.helpers.cart.update_cart",
|
||||
args: {
|
||||
item_code: opts.item_code,
|
||||
qty: opts.qty
|
||||
qty: opts.qty,
|
||||
with_doclist: opts.with_doclist
|
||||
},
|
||||
btn: opts.btn,
|
||||
callback: function(r) {
|
||||
|
||||
Reference in New Issue
Block a user