@@ -44,9 +44,6 @@
getPrice() {
return accounting.formatMoney(this.item.list_price, this.symbol, this.decimals, this.separator, ',')
},
- selectVariant() {
- this.$modal.show('variant-selector')
- },
...mapActions([
'selectProduct'
])