#6696 - mana #1052

Open
jgallego wants to merge 8 commits from 6696-mana into dev
1 changed files with 1 additions and 0 deletions
Showing only changes of commit acd253da9b - Show all commits

View File

@ -810,6 +810,7 @@ watch(
v-model.number="edit.discount" v-model.number="edit.discount"
:label="t('ticketSale.discount')" :label="t('ticketSale.discount')"
type="number" type="number"
@keydown.enter.prevent="(e) => e.stopPropagation()"
/> />
</TicketEditManaProxy> </TicketEditManaProxy>
</template> </template>