Compare commits
2 Commits
202e20ddd5
...
32b4c40e11
| Author | SHA1 | Date | |
|---|---|---|---|
| 32b4c40e11 | |||
| f044195d86 |
@@ -147,7 +147,7 @@ const updateIncomingInvoice = async (setBooked = false) => {
|
||||
} else {
|
||||
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(() => {
|
||||
|
||||
@@ -2499,8 +2499,8 @@ export const useDataStore = defineStore('data', () => {
|
||||
component: vehicle,
|
||||
inputType: "select",
|
||||
selectDataType: "vehicles",
|
||||
selectOptionAttribute: "licensePlate",
|
||||
selectSearchAttributes: ['licensePlate'],
|
||||
selectOptionAttribute: "license_plate",
|
||||
selectSearchAttributes: ['license_plate','vin'],
|
||||
},
|
||||
{
|
||||
key: "inventoryitem",
|
||||
|
||||
Reference in New Issue
Block a user