Skip to content

Commit ab08157

Browse files
LLC-23
1 parent 28448a3 commit ab08157

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

guides/release-notes/v1.1.1.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ This is a separate release of the Peppol Logistics standard to introduce a new p
2828
* No new code lists
2929

3030
== Updated Rules
31-
* No rules are changed in this release.
31+
* Rule PEPPOL-T123-R002 changed to allow ProfileID = 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1'). Korresponding unit-test also updated.
32+
* Rule PEPPOL-T124-R002 changed to allow ProfileID = 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1'). Korresponding unit-test also updated.
33+
* Rule PEPPOL-T126-R002 changed to allow ProfileID = 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1'). Korresponding unit-test also updated.
34+
* Rule PEPPOL-T127-R002 changed to allow ProfileID = 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1'). Korresponding unit-test also updated.
3235

3336
== Request For Change (RFC) that are included/solved in Release 1.1.1
3437
* LLC-23 + LLC-24 New profile Advanced Transport Execution Plan and new transaction Application Response, Changes to exsiting transactions Transport Execution Plan Request, Transport Execution Plan, Transportation Status Request and Transportation Status.

rules/sch/parts/PEPPOL-M-T123.sch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<rule context="cbc:ProfileID">
1010
<assert id="PEPPOL-T123-R002"
11-
test="(normalize-space(.) = 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_w_request:1' or normalize-space(.) 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1')"
11+
test="(normalize-space(.) = ('urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_w_request:1') or ('urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1'))"
1212
flag="fatal">ProfileID SHALL have the value 'urn:fdc:peppol.eu:logistics:bis:transport_execution_plan_w_request:1' or 'urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1'.</assert>
1313
</rule>
1414

0 commit comments

Comments
 (0)