From 93714ac9551c5ea63cd5ab176d0979400fd01a08 Mon Sep 17 00:00:00 2001 From: amazuecos Date: Mon, 2 Sep 2024 23:33:48 +0200 Subject: [PATCH] feat : add generate XML functionality in crearPedido --- ci4/app/Services/PresupuestoService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ci4/app/Services/PresupuestoService.php b/ci4/app/Services/PresupuestoService.php index 0fe6e6f3..e42fb832 100755 --- a/ci4/app/Services/PresupuestoService.php +++ b/ci4/app/Services/PresupuestoService.php @@ -1822,6 +1822,7 @@ class PresupuestoService extends BaseService "user_updated_id" => auth()->user()->id, ]; $id_linea = $model_pedido_linea->insert($data_pedido_linea); + PedidoXMLService::generate_xml($pedido_id); } if($id_linea != 0 && $pedido_id != 0){