fix recalculation on basket, fix quick add on basket

This commit is contained in:
Ludovic CANDELLIER
2023-03-21 22:41:48 +01:00
parent 4f9f9b296d
commit 06c68dd223
6 changed files with 21 additions and 21 deletions

View File

@@ -15,6 +15,10 @@
</div>
</div>
</div>
<div class="col-1">
{{ Form::label('weight', 'Poids') }}
@include('components.form.input', ['name' => 'weight', 'value' => $variation['weight'] ?? false, 'required' => true])
</div>
</div>
<div class="row mb-3">