6321_negative_tickets #1371

Merged
jsegarra merged 222 commits from 6321_negative_tickets into dev 2025-02-11 09:04:31 +00:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit 1c15a02a5f - Show all commits

View File

@ -221,9 +221,10 @@ async function confirm() {
<QInput
v-model="quantity"
v-if="quantity > -1"
@update:model-value="(val) => (quantity = +val)"
type="number"
min="0"
:label="t('Quantity to replace')"
:label="t('proposal.quantityToReplace')"
class="q-ml-lg"
/>
</QCardActions>

View File

@ -95,3 +95,4 @@ proposal:
groupingPrice: Grouping Price
itemOldPrice: itemOld Price
status: State
quantityToReplace: Quanity to replace

View File

@ -95,3 +95,4 @@ proposal:
groupingPrice: Precio Grouping
itemOldPrice: Precio itemOld
status: Estado
quantityToReplace: Cantidad a reemplazar