[Koha-bugs] [Bug 18818] Manage categories displayed in Quick_add patron list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 26 15:56:00 CET 2018


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

--- Comment #12 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 70959
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70959
Bug 18818: Display in quick add list now depends on a field in database

Review of attachment 70959:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18818&attachment=70959)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt
@@ +212,5 @@
>                  <li>
> +                    <label for="quick_add_display">Display in quick add patron list:</label>
> +                    <select id=quick_add_display name=quick_add_display>
> +                        <option value=1 [% UNLESS category.quick_add_display %]selected=selected [% END %]>Display</option>
> +                        <option value=0 [% UNLESS category.quick_add_display %]selected=selected [% END %]>Don't Display</option>

https://wiki.koha-community.org/wiki/Coding_Guidelines#HTML1:_Template_Toolkit_markup_inside_HTML
Violation.

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


More information about the Koha-bugs mailing list