thousands separator and decimal mark must be different
This commit is contained in:
parent
f436bc3e49
commit
88621c3112
@ -40,6 +40,7 @@ class Currency extends FormRequest
|
||||
'enabled' => 'integer|boolean',
|
||||
'default_currency' => 'boolean',
|
||||
'symbol_first' => 'nullable|boolean',
|
||||
'thousands_separator' => 'different:decimal_mark',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user