This commit is contained in:
@@ -413,7 +413,9 @@ todo: 3 Schedule form reporting?
|
||||
____) | |____| | \ \ \ / | |____| | \ \
|
||||
|_____/|______|_| \_\ \/ |______|_| \_\
|
||||
|
||||
|
||||
|
||||
todo: 1 seeding - seeded vendors should be tagged with type i.e. Shipping, Supplier whatever replaces the old vendortype property so trial users can make sense of it
|
||||
|
||||
todo: 1`don't log user logins in INFO level, move down to debug or trace
|
||||
however, *do* maybe insert it into the event log as a special event, I think there is a case here or in rockfish for that
|
||||
it fills the server log with useless info
|
||||
|
||||
@@ -188,6 +188,7 @@
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].rmaNumber`
|
||||
)
|
||||
"
|
||||
data-cy="outsideServices.rma"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
<v-col
|
||||
@@ -209,7 +210,7 @@
|
||||
:ref="
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairCost`
|
||||
"
|
||||
data-cy="outsideServicepriceoverride"
|
||||
data-cy="outsideServices.repairCost"
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
@@ -249,7 +250,7 @@
|
||||
:ref="
|
||||
`Items[${activeWoItemIndex}].outsideServices[${activeItemIndex}].repairPrice`
|
||||
"
|
||||
data-cy="outsideServicepriceoverride"
|
||||
data-cy="outsideServices.repairPrice"
|
||||
:error-messages="
|
||||
form().serverErrors(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user