]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/response.tt
Fixup a lot of stuff based on a first round of real testing.
[working/NCIPServer.git] / templates / response.tt
1 <ncip:[% type %]>
2 [% IF header;
3       INCLUDE "includes/ResponseHeader.inc";
4    END;
5    IF data;
6       INCLUDE "includes/data.inc";
7    ELSIF problem;
8       INCLUDE "includes/problem.inc";
9    END;
10 -%]
11 </ncip:[% type %]>