From dd17068b50c56b077ca6eeb050dd987826c98f97 Mon Sep 17 00:00:00 2001
From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
Date: Thu, 10 Sep 2020 12:14:30 +0200
Subject: [PATCH] wrong position

---
 templates/xml/core_data.xml | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/templates/xml/core_data.xml b/templates/xml/core_data.xml
index caa8d7c..9338ca3 100644
--- a/templates/xml/core_data.xml
+++ b/templates/xml/core_data.xml
@@ -12,15 +12,6 @@
       <dcc:uniqueIdentifier>
         {{x.uniqueIdentifier}}
       </dcc:uniqueIdentifier>
-      <dcc:receiptDate>
-        {{x.receiptDate}}
-      </dcc:receiptDate>
-      <dcc:beginPerformanceDate>
-        {{x.beginPerformanceDate}}
-      </dcc:beginPerformanceDate>
-      <dcc:endPerformanceDate>
-        {{x.endPerformanceDate}}
-      </dcc:endPerformanceDate>
       <dcc:identifications>
         {%- for i in x.identifications['identification'] %}
         <dcc:identification>
@@ -37,6 +28,14 @@
           </dcc:description>          
         </dcc:identification>
         {% endfor -%}
-      </dcc:identifications>   
-      
+      </dcc:identifications>         
+      <dcc:receiptDate>
+        {{x.receiptDate}}
+      </dcc:receiptDate>
+      <dcc:beginPerformanceDate>
+        {{x.beginPerformanceDate}}
+      </dcc:beginPerformanceDate>
+      <dcc:endPerformanceDate>
+        {{x.endPerformanceDate}}
+      </dcc:endPerformanceDate>
     </dcc:coreData>
-- 
GitLab