Add v12 support
This commit is contained in:
@@ -17,11 +17,7 @@
|
||||
<label class="item-field-label-long">Type de féé</label>
|
||||
<select class="item-field-label-long" type="text" name="system.feetype"
|
||||
value="{{system.feetype}}" data-dtype="string">
|
||||
{{#select system.feetype}}
|
||||
{{#each config.typeFee as |type key|}}
|
||||
<option value="{{key}}">{{type}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
{{selectOptions config.typeFee selected=system.feetype}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user