mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Merge pull request #18578 from grokability/#18435-fixed-currency-selection-selectbox
Fixed #18435 - correct option value for currency format selector
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
<x-input.select
|
||||
name="digit_separator"
|
||||
:options="['1,234.56', '1.234,56']"
|
||||
:options="['1,234.56' => '1,234.56', '1.234,56'=> '1.234,56']"
|
||||
:selected="old('digit_separator', $setting->digit_separator)"
|
||||
style="min-width:120px"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user