mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-28 05:49:32 +00:00
Fixed CurrencyEntityType
This commit is contained in:
parent
8d5427a1c3
commit
672d55624f
5 changed files with 59 additions and 8 deletions
|
|
@ -66,7 +66,7 @@
|
|||
<div class="col-sm-9">
|
||||
<div class="input-group">
|
||||
{{ form_widget(form.price) }}
|
||||
{{ form_widget(form.priceCurrency, {'attr': {'class': 'selectpicker', 'data-controller': 'elements--selectpicker'}}) }}
|
||||
{{ form_widget(form.priceCurrency) }}
|
||||
</div>
|
||||
{{ form_errors(form.price) }}
|
||||
{{ form_errors(form.priceCurrency) }}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<td>
|
||||
<div class="input-group input-group-sm">
|
||||
{{ form_widget(form.price) }}
|
||||
{{ form_widget(form.currency, {'attr': {'class': 'selectpicker form-control-sm', 'data-controller': 'elements--selectpicker'}}) }}
|
||||
{{ form_widget(form.currency, {'attr': {'class': 'form-control-sm'}}) }}
|
||||
</div>
|
||||
{{ form_errors(form.price) }}
|
||||
{{ form_errors(form.currency) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue