https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62721|0 |1 is obsolete| | --- Comment #45 from Benjamin Rokseth <[email protected]> --- Created attachment 63345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63345&action=edit Bug 17712: Add base for item and biblio availability This patch adds two new classes: - Koha::Biblio::Availability - Koha::Item::Availability These classes represent biblio- and item-level availabilities and the purpose of this patch is simply to provide constructors that validate given biblio/item and patron parameters. Hold / checkout / search view availabilities (the actual answers to availability) will be provided in the next patches. To test: 1. Run t/db_dependent/Koha/Item/Availability.t 2. Run t/db_dependent/Koha/Biblio/Availability.t Signed-off-by: Benjamin Rokseth <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
