Skip to content

Commit 9129016

Browse files
author
duongtq
committed
[IMP] base_wamas_ubl: update ID for reception and return UBL template
1 parent c7e4758 commit 9129016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base_wamas_ubl/lib/wamas/ubl_template/reception.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns="urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2"
66
>
77
<cbc:UBLVersionID>2.2</cbc:UBLVersionID>
8-
<cbc:ID />
8+
<cbc:ID><t t-raw="record.IvWevk_WevId_WevNr" /></cbc:ID>
99
<cbc:IssueDate><t t-raw="get_current_date()" /></cbc:IssueDate>
1010
<cac:OrderReference>
1111
<cbc:ID><t t-raw="record.lines[0].IvWevp_WEAP_WeaId_WeaNr" /></cbc:ID>

base_wamas_ubl/lib/wamas/ubl_template/return.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns="urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2"
66
>
77
<cbc:UBLVersionID>2.2</cbc:UBLVersionID>
8-
<cbc:ID />
8+
<cbc:ID><t t-raw="record.IvKretk_KretId_KretNr" /></cbc:ID>
99
<cbc:IssueDate><t t-raw="get_current_date()" /></cbc:IssueDate>
1010
<cac:OrderReference>
1111
<cbc:ID><t t-raw="record.IvKretk_ExtRef" /></cbc:ID>

0 commit comments

Comments
 (0)