[Koha-bugs] [Bug 23123] Status AVAILABLE and ORDERED for suggestions is not translated in the templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 14 15:13:09 CEST 2019


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

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list