mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
git push
This commit is contained in:
@ -81,14 +81,15 @@ class PedidoXMLService extends BaseService
|
|||||||
$xml_services_el = $xml->createElement('Services');
|
$xml_services_el = $xml->createElement('Services');
|
||||||
$xml_services_el->appendChild($xml->createElement('Bookmark', $data->pedido_presupuesto->marcapaginas));
|
$xml_services_el->appendChild($xml->createElement('Bookmark', $data->pedido_presupuesto->marcapaginas));
|
||||||
//? Retractilado5 y Retractilado o ambas
|
//? Retractilado5 y Retractilado o ambas
|
||||||
|
//! MIRAR
|
||||||
$xml_services_el->appendChild($xml->createElement('ShrinkWrapping', $data->pedido_presupuesto->retractilado));
|
$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('PlakeneT', $data->pedido_presupuesto->plakeneT)); ??
|
||||||
//? $xml_services_el->appendChild($xml->createElement('Urgent', $data->pedido_presupuesto->urgent));
|
//? $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('Prototype', $data->pedido_presupuesto->prototipo)); //
|
||||||
//? $xml_services_el->appendChild($xml->createElement('Layout', $data->pedido_presupuesto->maquetacion));
|
//? $xml_services_el->appendChild($xml->createElement('Layout', $data->pedido_presupuesto->maquetacion)); , MAQUETACION
|
||||||
//? $xml_services_el->appendChild($xml->createElement('Correction', $data->pedido_presupuesto->correccion));
|
//? $xml_services_el->appendChild($xml->createElement('Correction', $data->pedido_presupuesto->correccion)); CORRECCION ORTOGRAFICA
|
||||||
//? $xml_services_el->appendChild($xml->createElement('Review', $data->pedido_presupuesto->revision));
|
//? $xml_services_el->appendChild($xml->createElement('Review', $data->pedido_presupuesto->revision)); REVISION ??
|
||||||
//? $xml_services_el->appendChild($xml->createElement('Design', $data->pedido_presupuesto->diseno));
|
//? $xml_services_el->appendChild($xml->createElement('Design', $data->pedido_presupuesto->diseno)); DISEÑO DE CUBIERTA
|
||||||
$xml_products_el->appendChild($xml_services_el);
|
$xml_products_el->appendChild($xml_services_el);
|
||||||
|
|
||||||
$xml_envios_el = $xml->createElement('Shipments');
|
$xml_envios_el = $xml->createElement('Shipments');
|
||||||
|
|||||||
Reference in New Issue
Block a user