Skip to content

Commit

Permalink
fix(Price add): fix again price per kg strange values. ref #1137
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Dec 26, 2024
1 parent ff4b406 commit 4c72125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContributionAssistantPriceFormCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</v-col>
</v-row>
<ProductInputRow :productForm="productPriceForm" :disableInitWhenSwitchingType="true" :hideBarcodeScannerTab="true" @filled="productFormFilled = $event" />
<PriceInputRow class="mt-0" :priceForm="productPriceForm" :hideCurrencyChoice="true" @filled="pricePriceFormFilled = $event" />
<PriceInputRow class="mt-0" :priceForm="productPriceForm" :product="productPriceForm.product" :hideCurrencyChoice="true" @filled="pricePriceFormFilled = $event" />
</v-card-text>
<v-divider v-if="mode === 'Validation'" />
<v-card-text v-if="mode === 'Validation'">
Expand Down

0 comments on commit 4c72125

Please sign in to comment.