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

--- Comment #7 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 198660
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198660&action=edit
Bug 42529: Move GetAgeRestriction to Koha namespace

Adds Koha::Biblio->age_restriction that parses the agerestriction
value from biblioitems using the AgeRestrictionMarker system preference
and returns the numeric age, or undef if none applies.

Adds Koha::Patron->meets_age_restriction($biblio) that returns whether
the patron meets the age restriction for the given biblio.

Test plan:
1. Apply patch
2. Run:
   $ ktd --shell
   k$ prove t/db_dependent/Koha/Biblio.t
=> SUCCESS: Tests pass!
3. Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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