|
9 | 9 | {#include ubl/standard/include/general-data.xml item=this /} |
10 | 10 | <cbc:DespatchAdviceTypeCode>{tipoComprobante}</cbc:DespatchAdviceTypeCode> |
11 | 11 | {#if observaciones} |
12 | | - <cbc:Note><![CDATA[{observaciones}]]></cbc:Note> |
| 12 | + <cbc:Note><![CDATA[{observaciones.raw}]]></cbc:Note> |
13 | 13 | {/if} |
14 | 14 | {#if documentoBaja} |
15 | 15 | <cac:OrderReference> |
|
31 | 31 | <cbc:ID schemeID="6" schemeName="Documento de Identidad" schemeAgencyName="PE:SUNAT" schemeURI="urn:pe:gob:sunat:cpe:see:gem:catalogos:catalogo06">{remitente.ruc}</cbc:ID> |
32 | 32 | </cac:PartyIdentification> |
33 | 33 | <cac:PartyLegalEntity> |
34 | | - <cbc:RegistrationName><![CDATA[{remitente.razonSocial}]]></cbc:RegistrationName> |
| 34 | + <cbc:RegistrationName><![CDATA[{remitente.razonSocial.raw}]]></cbc:RegistrationName> |
35 | 35 | </cac:PartyLegalEntity> |
36 | 36 | </cac:Party> |
37 | 37 | </cac:DespatchSupplierParty> |
|
41 | 41 | <cbc:ID schemeID="{destinatario.tipoDocumentoIdentidad}" schemeName="Documento de Identidad" schemeAgencyName="PE:SUNAT" schemeURI="urn:pe:gob:sunat:cpe:see:gem:catalogos:catalogo06">{destinatario.numeroDocumentoIdentidad}</cbc:ID> |
42 | 42 | </cac:PartyIdentification> |
43 | 43 | <cac:PartyLegalEntity> |
44 | | - <cbc:RegistrationName><![CDATA[{destinatario.nombre}]]></cbc:RegistrationName> |
| 44 | + <cbc:RegistrationName><![CDATA[{destinatario.nombre.raw}]]></cbc:RegistrationName> |
45 | 45 | </cac:PartyLegalEntity> |
46 | 46 | </cac:Party> |
47 | 47 | </cac:DeliveryCustomerParty> |
|
50 | 50 | <cbc:CustomerAssignedAccountID schemeID="6">{proveedor.ruc}</cbc:CustomerAssignedAccountID> |
51 | 51 | <cac:Party> |
52 | 52 | <cac:PartyLegalEntity> |
53 | | - <cbc:RegistrationName><![CDATA[{proveedor.razonSocial}]]></cbc:RegistrationName> |
| 53 | + <cbc:RegistrationName><![CDATA[{proveedor.razonSocial.raw}]]></cbc:RegistrationName> |
54 | 54 | </cac:PartyLegalEntity> |
55 | 55 | </cac:Party> |
56 | 56 | </cac:SellerSupplierParty> |
|
77 | 77 | <cbc:ID schemeID="{envio.transportista.tipoDocumentoIdentidad}">{envio.transportista.numeroDocumentoIdentidad}</cbc:ID> |
78 | 78 | </cac:PartyIdentification> |
79 | 79 | <cac:PartyName> |
80 | | - <cbc:Name><![CDATA[{envio.transportista.nombre}]]></cbc:Name> |
| 80 | + <cbc:Name><![CDATA[{envio.transportista.nombre.raw}]]></cbc:Name> |
81 | 81 | </cac:PartyName> |
82 | 82 | </cac:CarrierParty> |
83 | 83 | <cac:TransportMeans> |
|
123 | 123 | <cbc:LineID>{it_index.add(1)}</cbc:LineID> |
124 | 124 | </cac:OrderLineReference> |
125 | 125 | <cac:Item> |
126 | | - <cbc:Name><![CDATA[{it.descripcion}]]></cbc:Name> |
| 126 | + {#if it.descripcion} |
| 127 | + <cbc:Name><![CDATA[{it.descripcion.raw}]]></cbc:Name> |
| 128 | + {/if} |
127 | 129 | <cac:SellersItemIdentification> |
128 | 130 | <cbc:ID>{it.codigo}</cbc:ID> |
129 | 131 | </cac:SellersItemIdentification> |
|
0 commit comments