Merge branch 'bug/presupuestos_jm_2' into 'main'

Bug/presupuestos jm 2

See merge request jjimenez/safekat!96
This commit is contained in:
2023-12-26 12:24:50 +00:00
15 changed files with 494 additions and 249 deletions

View File

@ -159,6 +159,7 @@ return [
'errores' => [
'paginas' => 'The field pages must be greater than zero',
'paginasLP' => 'The number of pages does not match the total',
'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.',

View File

@ -18,7 +18,7 @@ return [
'precio' => 'Price',
'saveDirection' => 'Save to client addresses (shipped on pallets)',
'validation' => [
'ejemplares_envio' => 'The number of copies sent does not match the print run'
'ejemplares_envio' => 'The number of copies sent does not match the print run',
'max_length' => 'Max. length ',
'required' => 'Field required',
'valid_email' => 'The email is not valid',

View File

@ -218,6 +218,7 @@ return [
'errores' => [
'paginas' => 'El campo páginas tiene que ser mayor que cero',
'paginasLP' => 'El número de páginas no coincide con el total',
'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',