...
|
...
|
@@ -31,11 +31,9 @@ |
|
|
<ConditionCode>10</ConditionCode>
|
|
|
</TransportContractDocument>
|
|
|
<#if mt['awbh']??>
|
|
|
<#if mt.awbh?default("")?length gt 1>
|
|
|
<AssociatedTransportDocument>
|
|
|
<ID>${awba}_${mt.awbh}</ID>
|
|
|
</AssociatedTransportDocument>
|
|
|
</#if>
|
|
|
<AssociatedTransportDocument>
|
|
|
<ID>${awba}_${mt.awbh}</ID>
|
|
|
</AssociatedTransportDocument>
|
|
|
</#if>
|
|
|
<LoadingLocation>
|
|
|
<ID>${mt.originstation}</ID>
|
...
|
...
|
|