Skip to content

Commit 6abbebe

Browse files
MC-10973: Simple product with MAP assigned to configurable should displays the same way as products with special price
- Fix static test.
1 parent 55298c8 commit 6abbebe

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Msrp/view/base/web/js

1 file changed

+1
-1
lines changed

app/code/Magento/Msrp/view/base/web/js/msrp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ define([
366366
*
367367
* @param {String} price
368368
*/
369-
updateNonMsrpPrice: function(price) {
369+
updateNonMsrpPrice: function (price) {
370370
$(this.options.fallbackPriceElement).html(price);
371371
$(this.options.displayPriceContainer).hide();
372372
$(this.options.mapInfoLinks).hide();

0 commit comments

Comments
 (0)