mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminado con un mensaje de alerta cuando se duplican y tienen tipologías
This commit is contained in:
@ -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.',
|
||||
|
||||
@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user