fix on customer auth, fix filters on shelves, refactor for article_nature, add slug
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
'with_empty' => '',
|
||||
'class' => 'select2 select_article',
|
||||
'label' => 'Article',
|
||||
'required' => true,
|
||||
])
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,6 +45,7 @@
|
||||
'name' => 'weight',
|
||||
'value' => $offer['weight'] ?? null,
|
||||
'label' => 'Poids en g',
|
||||
'required' => true,
|
||||
])
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user