Compare commits
2 Commits
202e20ddd5
...
32b4c40e11
| Author | SHA1 | Date | |
|---|---|---|---|
| 32b4c40e11 | |||
| f044195d86 |
@@ -147,7 +147,7 @@ const updateIncomingInvoice = async (setBooked = false) => {
|
|||||||
} else {
|
} else {
|
||||||
item.state = "Entwurf"
|
item.state = "Entwurf"
|
||||||
}
|
}
|
||||||
const data = await useEntities('incominginvoices').update(itemInfo.value.id,item)
|
const data = await useEntities('incominginvoices').update(itemInfo.value.id,item,true)
|
||||||
}
|
}
|
||||||
|
|
||||||
const findIncomingInvoiceErrors = computed(() => {
|
const findIncomingInvoiceErrors = computed(() => {
|
||||||
|
|||||||
@@ -2499,8 +2499,8 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
component: vehicle,
|
component: vehicle,
|
||||||
inputType: "select",
|
inputType: "select",
|
||||||
selectDataType: "vehicles",
|
selectDataType: "vehicles",
|
||||||
selectOptionAttribute: "licensePlate",
|
selectOptionAttribute: "license_plate",
|
||||||
selectSearchAttributes: ['licensePlate'],
|
selectSearchAttributes: ['license_plate','vin'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "inventoryitem",
|
key: "inventoryitem",
|
||||||
|
|||||||
Reference in New Issue
Block a user