More fixes for includes/LookupUserResponse.inc.
authorJason Stephenson <jason@sigio.com>
Fri, 24 Oct 2014 01:43:52 +0000 (21:43 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 24 Oct 2014 01:43:52 +0000 (21:43 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
templates/includes/LookupUserResponse.inc

index f1555c2..3e9c07a 100644 (file)
@@ -1,8 +1,5 @@
 [% FOREACH id IN data.UserId -%]
 <ncip:UserId>
-<ncip:UserIdentifierValue>
-[% id.UserIdentifierValue | xml %]
-</ncip:UserIdentifierValue>
 [% IF id.UserIdentifierType -%]
 <ncip:UserIdentifierType>
 [% id.UserIdentifierType | xml %]
@@ -13,6 +10,9 @@
 [% id.AgencyId %]
 </ncip:AgencyId>
 [% END -%]
+<ncip:UserIdentifierValue>
+[% id.UserIdentifierValue | xml %]
+</ncip:UserIdentifierValue>
 </ncip:UserId>
 [% END -%]
 [% INCLUDE "includes/UserOptionalFields.inc" -%]