https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23123

--- Comment #2 from Katrin Fischer <[email protected]> ---
This part of the code looks incomplete as well:

 506                 <td>
 507                     [% IF ( suggestions_loo.ASKED ) %]
 508                         Pending
 509                     [% ELSIF ( suggestions_loo.ACCEPTED ) %]
 510                         Accepted
 511                     [% ELSIF ( suggestions_loo.ORDERED ) %]
 512                         Ordered
 513                     [% ELSIF ( suggestions_loo.REJECTED ) %]
 514                         Rejected
 515                     [% ELSIF ( suggestions_loo.CHECKED ) %]
 516                         Checked
 517                     [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS',
suggestions_loo.STATUS ) %]
 518                         [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS',
suggestions_loo.STATUS ) | html %]
 519                     [% ELSE %]
 520                         Status unknown
 521                     [% END %]
 522 
 523                     [% IF ( suggestions_loo.reason ) %]
 524                         <br />([% suggestions_loo.reason | html %])
 525                     [% END %]
 526                 </td>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to