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