[Koha-bugs] [Bug 20581] Allow manual selection of custom ILL request statuses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 12 15:56:22 CEST 2018


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

--- Comment #63 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
(In reply to Josef Moravec from comment #58)
> Comment on attachment 80282 [details] [review]
> Bug 20581: Add display of status_alias to staff vw
> 
> Review of attachment 80282 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: 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

Thanks for the tip about av-build-dropbox.inc Josef. Unfortunately, in this
case I don't think I can make use of it since we don't need to just display a
list of AV values. We need to display a list of AV values plus a possible
additional value. It looks like av-build-dropbox.inc generates the entire
<select> element, rather than just the AV <option> elements, so I don't think I
can make use of it on this occassion. Well worth knowing about though, thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list