]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/includes/problem.inc
Add AcceptItem processing to NCIP::ILS::Evergreen.
[working/NCIPServer.git] / templates / includes / problem.inc
1 <Problem>
2 [% IF problem.Scheme -%]
3 <ProblemType Scheme="[% problem.Scheme | xml %]">
4 [% ELSE -%]
5 <ProblemType>
6 [% END -%]
7 [% problem.ProblemType | xml %]
8 </ProblemType>
9 <ProblemDetail>
10 [% problem.ProblemDetail | xml %]
11 </ProblemDetail>
12 <ProblemElement>
13 [% problem.ProblemElement | xml %]
14 </ProblemElement>
15 <ProblemValue>
16 [% problem.ProblemValue | xml %]
17 </ProblemValue>
18 </Problem>