terminado

This commit is contained in:
2025-05-05 18:52:16 +02:00
parent 24fc4ff1c1
commit 514905ff47
5 changed files with 24 additions and 24 deletions

View File

@ -1895,7 +1895,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);
//PedidoXMLService::generate_xml($pedido_id);
}
if ($id_linea != 0 && $pedido_id != 0) {