From 5169174e57166c3401fe8ef09b8b387590a43ba1 Mon Sep 17 00:00:00 2001 From: amazuecos Date: Mon, 12 Aug 2024 12:16:04 +0200 Subject: [PATCH] git push --- ci4/app/Services/PedidoXMLService.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/ci4/app/Services/PedidoXMLService.php b/ci4/app/Services/PedidoXMLService.php index a535ebab..55751ba1 100644 --- a/ci4/app/Services/PedidoXMLService.php +++ b/ci4/app/Services/PedidoXMLService.php @@ -81,14 +81,15 @@ class PedidoXMLService extends BaseService $xml_services_el = $xml->createElement('Services'); $xml_services_el->appendChild($xml->createElement('Bookmark', $data->pedido_presupuesto->marcapaginas)); //? Retractilado5 y Retractilado o ambas + //! MIRAR $xml_services_el->appendChild($xml->createElement('ShrinkWrapping', $data->pedido_presupuesto->retractilado)); - //? $xml_services_el->appendChild($xml->createElement('PlakeneT', $data->pedido_presupuesto->plakeneT)); - //? $xml_services_el->appendChild($xml->createElement('Urgent', $data->pedido_presupuesto->urgent)); - $xml_services_el->appendChild($xml->createElement('Prototype', $data->pedido_presupuesto->prototipo)); - //? $xml_services_el->appendChild($xml->createElement('Layout', $data->pedido_presupuesto->maquetacion)); - //? $xml_services_el->appendChild($xml->createElement('Correction', $data->pedido_presupuesto->correccion)); - //? $xml_services_el->appendChild($xml->createElement('Review', $data->pedido_presupuesto->revision)); - //? $xml_services_el->appendChild($xml->createElement('Design', $data->pedido_presupuesto->diseno)); + //? $xml_services_el->appendChild($xml->createElement('PlakeneT', $data->pedido_presupuesto->plakeneT)); ?? + //? $xml_services_el->appendChild($xml->createElement('Urgent', $data->pedido_presupuesto->urgent)); PEDIDO URGENTE + $xml_services_el->appendChild($xml->createElement('Prototype', $data->pedido_presupuesto->prototipo)); // + //? $xml_services_el->appendChild($xml->createElement('Layout', $data->pedido_presupuesto->maquetacion)); , MAQUETACION + //? $xml_services_el->appendChild($xml->createElement('Correction', $data->pedido_presupuesto->correccion)); CORRECCION ORTOGRAFICA + //? $xml_services_el->appendChild($xml->createElement('Review', $data->pedido_presupuesto->revision)); REVISION ?? + //? $xml_services_el->appendChild($xml->createElement('Design', $data->pedido_presupuesto->diseno)); DISEÑO DE CUBIERTA $xml_products_el->appendChild($xml_services_el); $xml_envios_el = $xml->createElement('Shipments');