Fix #145
This commit is contained in:
@@ -2707,7 +2707,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
||||
:disabled="itemInfo.type === 'cancellationInvoices'"
|
||||
type="number"
|
||||
:step="units.find(i => i.id === row.unit) ? units.find(i => i.id === row.unit).step : '1' "
|
||||
class="w-full"
|
||||
class="w-20"
|
||||
|
||||
/>
|
||||
</td>
|
||||
@@ -2738,7 +2738,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
||||
type="number"
|
||||
step="0.001"
|
||||
@change="updateCustomSurcharge"
|
||||
class="w-full"
|
||||
class="w-30"
|
||||
>
|
||||
<template #leading>
|
||||
<span class="text-gray-500 dark:text-gray-400 text-xs">EUR</span>
|
||||
|
||||
Reference in New Issue
Block a user