añadido la comprobación de que no se solape el alto en maquinas defecto

This commit is contained in:
Jaime Jimenez
2023-07-13 13:41:12 +02:00
parent 60881245e8
commit 7b42d497e0
3 changed files with 15 additions and 17 deletions

View File

@ -32,8 +32,10 @@ return [
'userUpdatedId' => 'User Updated ID',
'validation' => [
'error_ancho_overlap' => 'The range [Min Width, Max Width] is overlapped with another one for the selected type.',
'error_alto_overlap' => 'The range [Min Height, Max Height] is overlapped with another one for the selected type.',
'error_tirada_overlap' => 'The range [Min Printing, Max Printing] is overlapped with another one for the selected type.',
'error_ancho_range' => 'The field Min Width must be lower than the field Max Width',
'error_alto_range' => 'The field Min Height must be lower than the field Max Height',
'error_tirada_range' => 'The field Min Printing must be lower than the field Max Printing',
'alto_max' => [
'decimal' => 'The {field} field must contain a decimal number.',