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',
|
'enabled' => 'integer|boolean',
|
||||||
'default_currency' => 'boolean',
|
'default_currency' => 'boolean',
|
||||||
'symbol_first' => 'nullable|boolean',
|
'symbol_first' => 'nullable|boolean',
|
||||||
|
'thousands_separator' => 'different:decimal_mark',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user