@@ -153,12 +153,13 @@ let mixinPrice = { | |||
if (this.behaviorPriceValue == 'by-piece') { | |||
this.setBuyingPriceByRefUnit(); | |||
this.setBuyingPriceByRefUnitWithTax(); | |||
log('ncihe'); | |||
this.setPriceByRefUnit(); | |||
this.setPriceByRefUnitWithTax(); | |||
} else if (this.behaviorPriceValue == 'by-reference-unit') { | |||
this.setPriceFromPriceByRefUnit(); | |||
this.setPriceWithTax(); | |||
log('ncihe'); | |||
this.setBuyingPriceFromBuyingPriceByRefUnit(); | |||
this.setBuyingPriceWithTax(); | |||
} |
@@ -503,8 +503,8 @@ $(window).on('load', function () { | |||
log(Object.keys(this.formProducts).length); | |||
this.$nextTick(function () { | |||
this.updateSortableProducts(false); | |||
this.updateKeyboardNav(); | |||
this.updateSortableProducts(true); | |||
}); | |||
}, | |||
updateKeyboardNav: function () { |