fix on producter

This commit is contained in:
ludo
2024-03-11 19:31:22 +01:00
parent e490c27837
commit 0a538ee1a2

View File

@@ -21,7 +21,7 @@
@include('components.form.select', [
'name' => 'producer_id',
'list' => $producers_list ?? [],
'value' => $merchandise['provider_id'] ?? null,
'value' => $merchandise['producer_id'] ?? null,
'class' => 'select2 form-control',
'with_empty' => '',
'required' => true,