diff --git a/ci4/app/Language/es/Tarifamanipulado.php b/ci4/app/Language/es/Tarifamanipulado.php
index 20079ddb..80afab6a 100755
--- a/ci4/app/Language/es/Tarifamanipulado.php
+++ b/ci4/app/Language/es/Tarifamanipulado.php
@@ -10,6 +10,9 @@ return [
'id' => 'ID',
'moduleTitle' => 'Tarifas Manipulado',
'nombre' => 'Nombre',
+ 'code' => 'Código',
+ 'comment' => 'Comentario',
+ 'comment_placeholder' => 'Inserte un comentario',
'importeMinimo' => 'Importe mínimo',
'precioMax' => 'Precio T. Mín',
'precioMin' => 'Precio T. Máx',
diff --git a/ci4/app/Models/Tarifas/TarifaManipuladoModel.php b/ci4/app/Models/Tarifas/TarifaManipuladoModel.php
index 6dbfc38e..7783d480 100755
--- a/ci4/app/Models/Tarifas/TarifaManipuladoModel.php
+++ b/ci4/app/Models/Tarifas/TarifaManipuladoModel.php
@@ -82,7 +82,7 @@ class TarifaManipuladoModel extends \App\Models\BaseModel
*/
public function getResource(string $search = "")
{
- $builder = $this->db->table($this->table . " t1")->select("t1.id AS id, t1.nombre AS nombre, t1.precio_min AS precio_min, t1.importe_fijo AS importe_fijo
+ $builder = $this->db->table($this->table . " t1")->select("t1.id AS id,t1.code AS code, t1.nombre AS nombre, t1.precio_min AS precio_min, t1.importe_fijo AS importe_fijo
,t1.mostrar_en_presupuesto AS mostrar_en_presupuesto");
//JJO
diff --git a/ci4/app/Views/themes/vuexy/form/tarifas/envios/_tarifaEnvioFormItems.php b/ci4/app/Views/themes/vuexy/form/tarifas/envios/_tarifaEnvioFormItems.php
index a8bcbd97..4554153b 100644
--- a/ci4/app/Views/themes/vuexy/form/tarifas/envios/_tarifaEnvioFormItems.php
+++ b/ci4/app/Views/themes/vuexy/form/tarifas/envios/_tarifaEnvioFormItems.php
@@ -1,28 +1,52 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php b/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php
index e00c5810..eebcfc00 100644
--- a/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php
+++ b/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php
@@ -176,7 +176,8 @@
idSrc: 'id',
fields: [ {
name: "nombre"
- }, {
+ },
+ {
name: "cp_inicial"
}, {
name: "cp_final"
diff --git a/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioList.php b/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioList.php
index aaa5cad2..90010f72 100644
--- a/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioList.php
+++ b/ci4/app/Views/themes/vuexy/form/tarifas/envios/viewTarifaEnvioList.php
@@ -18,6 +18,7 @@
| = lang('TarifasEnvios.nombre') ?> |
+ = lang('TarifasEnvios.code') ?> |
= lang('Paises.pais') ?> |
= lang('Basic.global.Action') ?> |
diff --git a/ci4/app/Views/themes/vuexy/form/tarifas/extra/_tarifaextraFormItems.php b/ci4/app/Views/themes/vuexy/form/tarifas/extra/_tarifaextraFormItems.php
index a51d2a8b..a82397bd 100644
--- a/ci4/app/Views/themes/vuexy/form/tarifas/extra/_tarifaextraFormItems.php
+++ b/ci4/app/Views/themes/vuexy/form/tarifas/extra/_tarifaextraFormItems.php
@@ -14,7 +14,19 @@
value="= old('nombre', $tarifaextraEntity->nombre) ?>"
>
-
+
+
+
+
-
+
+
+
+