mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
solucionados bugs (pe, cuando es cubierta o sobrecubierta no se necesita color=1)
This commit is contained in:
@ -146,6 +146,7 @@ return [
|
||||
'tiradas' => 'The field print must be greater than zero',
|
||||
'dimension' => 'The book dimension must be greater than 60mm',
|
||||
'lineaDuplicada' => 'That type of line already exists in the budget.',
|
||||
'errorRotColor' => 'Papers and weights must be the same in color and BW',
|
||||
],
|
||||
|
||||
/* '4x0' => '4x0',
|
||||
|
||||
@ -174,7 +174,8 @@ return [
|
||||
'paginas' => 'El campo páginas tiene que ser mayor que cero',
|
||||
'tiradas' => 'El campo tiradas tiene que ser mayor que cero',
|
||||
'dimension' => 'La dimensión del libro tiene que ser mayor que 60mm',
|
||||
'lineaDuplicada' => 'Ya existe ese tipo de linea en el presupuesto'
|
||||
'lineaDuplicada' => 'Ya existe ese tipo de linea en el presupuesto',
|
||||
'errorRotColor' => 'Papeles y gramajes deben ser iguales en color y BN',
|
||||
],
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user