Añadida la funcionalidad en tarifas preimpresion de mostrar en presupuesto

This commit is contained in:
Jaime Jimenez
2023-08-18 14:02:47 +02:00
parent 77cb70ede4
commit 8200de2d73
7 changed files with 32 additions and 0 deletions

View File

@ -15,6 +15,7 @@ return [
'tarifapreimpresion' => 'Preprinting rate',
'tarifapreimpresionList' => 'Preprinting rates List',
'tarifaspreimpresion' => 'Preprinting rates',
'mostrar_en_presupuesto' => 'Show in budget',
'updatedAt' => 'Updated At',
'userCreatedId' => 'User Created ID',
'userUpdateId' => 'User Update ID',

View File

@ -10,6 +10,7 @@ return [
'precio' => 'Precio/página',
'precioMin' => 'Precio Mínimo',
'importeFijo' => 'Importe Fijo',
'mostrar_en_presupuesto' => 'Mostrar en presupuesto',
'margen' => 'Margen',
'tarifapreimpresion' => 'Tarifa Preimpresión',
'tarifapreimpresionList' => 'Lista Tarifas Preimpresión',