mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Insertada la opcion Color HQ en la lista de tarifas impresion
This commit is contained in:
@ -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)",
|
||||
|
||||
@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user