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

@@ -14,4 +14,5 @@
@if ($mask ?? false) data-inputmask="'mask': '{{ $mask }}'" @endif
@if ($pattern ?? false) pattern="{{ $pattern }}" @endif
@if ($placeholder ?? false) placeholder="{{ $placeholder }}" @endif
@if ($data_id ?? false) data-id="{{ $data_id }}" @endif
{!! $meta ?? '' !!} >