fix : corrections de l'entity customer.php et de la partie admin front qui lui est lié + update des fixtures/seed
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
label="Client"
|
||||
:options="customers.map((customer) => ({
|
||||
value: String(customer.id),
|
||||
label: customer.label
|
||||
label: customer.name || `Client #${customer.id}`
|
||||
}))"
|
||||
:loading="isLoadingCustomers"
|
||||
wrapper-class="col-start-1 row-start-5"
|
||||
|
||||
Reference in New Issue
Block a user