Skip to content

Commit 3a3f3f5

Browse files
committed
ACP2E-1784: update qty from wishlist to pdp for bundle.
1 parent 0e9ba88 commit 3a3f3f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Bundle/view/base/web/js/price-bundle.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ define([
4141
*/
4242
_init: function initPriceBundle() {
4343
var form = this.element,
44-
options = $(this.options.productBundleSelector, form);
44+
options = $(this.options.productBundleSelector, form),
45+
qty = $(this.options.qtyFieldSelector, form);
4546

4647
options.trigger('change');
4748

4849
// Override defaults with URL query parameters and/or inputs values
4950
this._overrideDefaults();
51+
52+
qty.trigger('change');
5053
},
5154

5255
/**

0 commit comments

Comments
 (0)