[Koha-bugs] [Bug 23681] Patron restrictions should be user definable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 16 09:12:09 CEST 2020


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

--- Comment #73 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 99898
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99898
Bug 23681: Allow for changes to debarments

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

::: koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc
@@ -26,5 @@
> -                                    Overdues
> -                                [% CASE 'SUSPENSION' %]
> -                                    Suspension
> -                                [% CASE 'DISCHARGE' %]
> -                                    Discharge

Simply adding

    [% CASE %]
        [% restriction_types.$dtype.display_text | html %]

To the end of this SWITCH block instead of replacing the block entirely should
get this passed QA in my opinion.

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


More information about the Koha-bugs mailing list