Insertada la opcion Color HQ en la lista de tarifas impresion

This commit is contained in:
Jaime Jimenez
2023-08-18 15:08:07 +02:00
parent a4d0330ed6
commit bbde91f4b9
5 changed files with 8 additions and 2 deletions

View File

@ -26,6 +26,7 @@ return [
'negro' => 'Black',
'color' => 'Color',
'negrohq' => 'Black HQ',
'colorhq' => 'Color HQ',
'bicolor' => 'Bicolor',
'validation' => [
'duplicated_uso_tipo' => "Duplicate line (the combination 'use' and 'type' already exists)",

View File

@ -26,6 +26,7 @@ return [
'negro' => 'Negro',
'color' => 'Color',
'negrohq' => 'Negro HQ',
'colorhq' => 'Color HQ',
'bicolor' => 'Bicolor',
'validation' => [
'duplicated_uso_tipo' => "Línea duplicada (la combinación 'uso' y 'tipo' ya existe)",