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

--- Comment #63 from Andrew Isherwood <andrew.isherw...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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