solucionados bugs (pe, cuando es cubierta o sobrecubierta no se necesita color=1)

This commit is contained in:
Jaime Jiménez Ortega
2023-11-12 17:27:54 +01:00
parent dca61f9c63
commit 894c4b6cb9
9 changed files with 98 additions and 74 deletions

View File

@ -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',

View File

@ -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',
],