From 0264fdc5b97594bed8d4bdd823035d792f8a2d33 Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Mon, 3 Feb 2025 10:13:13 +0100 Subject: [PATCH] presu cliente save faja comp --- ci4/app/Models/Presupuestos/PresupuestoModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci4/app/Models/Presupuestos/PresupuestoModel.php b/ci4/app/Models/Presupuestos/PresupuestoModel.php index 11189480..b26069a8 100755 --- a/ci4/app/Models/Presupuestos/PresupuestoModel.php +++ b/ci4/app/Models/Presupuestos/PresupuestoModel.php @@ -582,7 +582,7 @@ class PresupuestoModel extends \App\Models\BaseModel } // -- Faja -- - if ($data['datos_guardas'] != 0) { + if ($data['faja'] != 0) { $values['faja'] = array( 'papel_id' => intval($data['faja']['papel']), 'gramaje' => intval($data['faja']['gramaje']),