terminado con un mensaje de alerta cuando se duplican y tienen tipologías

This commit is contained in:
Jaime Jiménez
2024-03-09 18:48:35 +01:00
parent 6428224921
commit bd7ab73e75
9 changed files with 150 additions and 27 deletions

View File

@ -156,6 +156,8 @@ return [
'cantidad' => 'Quantity',
'duplicado' => 'DUPLICATED',
'duplicarConTipologias' => 'The budget contains budget lines with typology data. The budget will be duplicated with the same typologies',
'validation' => [
'decimal' => 'The {field} field must contain a decimal number.',
'integer' => 'The {field} field must contain an integer.',

View File

@ -247,6 +247,8 @@ return [
'tiradaEnvio' => 'Coste Envío',
'tiradaImpresion' => 'Coste Impresión',
'duplicado' => 'DUPLICADO',
'duplicarConTipologias' => 'El presupuesto contiene lineas de presupuesto con datos de tipologías. Se va a duplicar el presupuesto con las mismas tipologías',
'validation' => [