From 1ed5c868b5d88884b5ce56fe240489717420bd1d Mon Sep 17 00:00:00 2001 From: amazuecos Date: Mon, 21 Oct 2024 18:07:22 +0000 Subject: [PATCH] add comment and code to tarifas extra --- ci4/app/Language/es/Tarifaextra.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci4/app/Language/es/Tarifaextra.php b/ci4/app/Language/es/Tarifaextra.php index 3d640b2b..ea711c63 100755 --- a/ci4/app/Language/es/Tarifaextra.php +++ b/ci4/app/Language/es/Tarifaextra.php @@ -7,6 +7,9 @@ return [ 'id' => 'ID', 'moduleTitle' => 'Tarifas Servicios Extra', 'nombre' => 'Nombre', + 'code' => 'Código', + 'comment' => 'Comentario', + 'comment_placeholder' => 'Inserte un comentario', 'precio' => 'Precio', 'precioMin' => 'Precio Mínimo', 'importeFijo' => 'Importe Fijo',