Bug 28959: Add virtualshelves.public as a boolean
[koha.git] / Koha / CirculationRules.pm
2021-10-06 Tomas Cohen AraziBug 27945: Terminology: max daily => open requests...
2021-10-05 Tomas Cohen AraziBug 27945: Add max_daily_article_requests circulation...
2021-08-31 Nick ClemensBug 28774: Don't store blank values for rental discount
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-06 Aleisha AmohiaBug 14866: Make high holds work with different item...
2020-11-06 Tomas Cohen AraziBug 23091: (QA follow-up) POD fixes
2020-11-06 Martin RenvoizeBug 23091: Add handling for new lostreturn rules
2020-10-12 Jonathan DruartBug 26529: (follow-up) Remove warning
2020-10-12 Jonathan DruartBug 26529: Remove warning
2020-10-09 Nick ClemensBug 26529: Define some rules as not able to be blank
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Do not rely on userenv->{branchcode}
2020-08-13 Martin RenvoizeBug 25663: Add get_lostreturn_policy method to Circulat...
2020-06-25 Martin RenvoizeBug 24159: (QA follow-up) Make terminology consistent
2020-06-25 Jonathan DruartBug 24159: Throw an exception if days_mode option is...
2020-06-25 Jonathan DruartBug 24159: Move useDaysMode pref to circulation rules
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-10 Tomas Cohen AraziBug 24602: Make get_onshelfholds_policy fallback to 0
2020-02-04 Jonathan DruartBug 18936: (follow-up) More fixes
2020-02-04 Jonathan DruartBug 18936: Fix IssuingRules/guess_article_requestable_i...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Add cloning of circulation rules...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Fix typo in documentation
2020-02-04 Jonathan DruartBug 18936: Replace '*' with undef
2020-02-04 Jonathan DruartBug 18936: More fixes
2020-02-04 Jonathan DruartBug 18936: new holds_per_day
2020-02-04 Jonathan DruartBug 18936: new suspension_chargeperiod
2020-02-04 Jonathan DruartBug 18936: chargename removed by bug 21753
2020-02-04 Jonathan DruartBug 18936: Fix several issues
2020-02-04 Jonathan DruartBug 18936: Fix syntax issue
2020-02-04 Jonathan DruartBug 18936: Move guess_article_requestable_itemtypes...
2020-02-04 Jonathan DruartBug 18936: move get_opacitemholds_policy method
2020-02-04 Jesse WeaverBug 18936: (follow-up) Fix tests, replace old get_onshe...
2020-02-04 Jesse WeaverBug 18936: (follow-up) Add foreign key and scope enhanc...
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2019-04-24 Nick ClemensBug 22679: Delete related CirculationRules when Removin...
2019-03-05 Kyle M HallBug 18925: Move maxissueqty and maxonsiteissueqty to...
2018-10-03 Jonathan DruartBug 18887: Replace croak with exceptions
2018-10-03 Jonathan DruartBug 18887: Fix POD c/p issues
2018-10-03 Jonathan DruartBug 18887: Use get_effective_rule instead of search
2018-10-03 Jonathan DruartBug 18887: Insert undef instead of '*'
2018-10-03 Jesse WeaverBug 18887: (follow-up) Fix behavior for default branch...
2018-10-03 Kyle M HallBug 18887: Add Koha::CirculationRule(s)