https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20581
--- Comment #58 from Josef Moravec <[email protected]> --- Comment on attachment 80282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80282 Bug 20581: Add display of status_alias to staff vw Review of attachment 80282: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20581&attachment=80282) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ +448,5 @@ > + <option value="[% alias.id %]"> > + [% END %] > + [% alias.authorised_value | > html %] > + </option> > + [% END %] You could use av-build-dropbox.inc for making select from AV, then you don't even need the status_aliases param -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
