Skip to content

Commit c0689fc

Browse files
committed
Corrected example files and test snippets
unitCodeListID attribute removed from example. This attribute is not used in EN16931 because the code lists are fixed.
1 parent f5a7729 commit c0689fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mapping/mapping-cii-ubl v2 fr19.xls

0 Bytes
Binary file not shown.

rules/examples/base-creditnote-correction.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
<cac:CreditNoteLine>
153153
<cbc:ID>1</cbc:ID>
154-
<cbc:CreditedQuantity unitCode="DAY" unitCodeListID="UNECERec20">7</cbc:CreditedQuantity>
154+
<cbc:CreditedQuantity unitCode="DAY">7</cbc:CreditedQuantity>
155155
<cbc:LineExtensionAmount currencyID= "EUR">2800</cbc:LineExtensionAmount>
156156
<cbc:AccountingCost>Konteringsstreng</cbc:AccountingCost>
157157
<cac:OrderLineReference>
@@ -183,7 +183,7 @@
183183
</cac:CreditNoteLine>
184184
<cac:CreditNoteLine>
185185
<cbc:ID>2</cbc:ID>
186-
<cbc:CreditedQuantity unitCode="DAY" unitCodeListID="UNECERec20">-3</cbc:CreditedQuantity>
186+
<cbc:CreditedQuantity unitCode="DAY">-3</cbc:CreditedQuantity>
187187
<cbc:LineExtensionAmount currencyID="EUR">-1500</cbc:LineExtensionAmount>
188188
<cac:OrderLineReference>
189189
<cbc:LineID>123</cbc:LineID>

rules/snippets/CreditNote-snippets.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
<cac:CreditNoteLine>
159159
<cbc:ID>1</cbc:ID>
160-
<cbc:CreditedQuantity unitCode="DAY" unitCodeListID="UNECERec20">7</cbc:CreditedQuantity>
160+
<cbc:CreditedQuantity unitCode="DAY">7</cbc:CreditedQuantity>
161161
<cbc:LineExtensionAmount currencyID= "EUR">2800</cbc:LineExtensionAmount>
162162

163163
<cbc:AccountingCost>Konteringsstreng</cbc:AccountingCost>
@@ -191,7 +191,7 @@
191191

192192
<cac:CreditNoteLine>
193193
<cbc:ID>2</cbc:ID>
194-
<cbc:CreditedQuantity unitCode="DAY" unitCodeListID="UNECERec20">-3</cbc:CreditedQuantity>
194+
<cbc:CreditedQuantity unitCode="DAY">-3</cbc:CreditedQuantity>
195195
<cbc:LineExtensionAmount currencyID="EUR">-1500</cbc:LineExtensionAmount>
196196
<cac:OrderLineReference>
197197
<cbc:LineID>123</cbc:LineID>

0 commit comments

Comments
 (0)