]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/includes/ItemId.inc
Modify NCIP::ILS::Evergreen->find_location_failover.
[working/NCIPServer.git] / templates / includes / ItemId.inc
1 <ItemId>
2 [% IF data.ItemId.AgencyId -%]
3 <AgencyId>[% data.ItemId.AgencyId | xml %]</AgencyId>
4 [% END -%]
5 [% IF data.ItemId.ItemIdentifierType -%]
6 <ItemIdentifierType>[% data.ItemId.ItemIdentifierType | xml %]</ItemIdentifierType>
7 [% END -%]
8 <ItemIdentifierValue>[% data.ItemId.ItemIdentifierValue | xml %]</ItemIdentifierValue>
9 </ItemId>