mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
decimal settings
This commit is contained in:
parent
8c19187f00
commit
66d5990574
@ -114,6 +114,11 @@ class VisiosoftModuleAdvsCreateAdvsFields extends Migration
|
||||
'order' => 'anomaly.field_type.integer',
|
||||
'price' => [
|
||||
'type' => 'visiosoft.field_type.decimal',
|
||||
'config' => [
|
||||
'decimal' => 2,
|
||||
'separator' => '.',
|
||||
'point' => ','
|
||||
],
|
||||
],
|
||||
'currency' => [
|
||||
'type' => 'anomaly.field_type.select',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user