Bug 21789: Example usage of I18N Template::Toolkit plugin
[koha.git] / C4 / Circulation.pm
2018-12-11 Tomas Cohen AraziBug 21759: Avoid manually setting amountoutstanding...
2018-12-11 Kyle M HallBug 21849: Two useless Koha::Account::Offset->new calls...
2018-11-16 Marcel de RooyBug 20598: (QA follow-up) Tiny fixes
2018-11-16 Kyle M HallBug 20598: Accruing fines not closed out by longoverdue...
2018-11-16 Jonathan DruartBug 18677: Remove new issue_id param from charlostitem
2018-11-16 Kyle M HallBug 18677: issue_id is not added to accountlines for...
2018-11-07 Nick ClemensBug 15494: (follow-up) Move yaml syspref code to its...
2018-11-07 Marcel de RooyBug 15494: (QA follow-up) Additional polishing
2018-11-07 Nick ClemensBug 15494: Add _items_denied_renewal sub to C4:Circulat...
2018-10-31 Tomas Cohen AraziBug 13098: Make _FixAccountForLostAndReturned refund...
2018-10-29 Andrew IsherwoodBug 21641: (follow-up) Address wrong call method
2018-10-29 Andrew IsherwoodBug 21641: (follow-up) Address additional call
2018-10-29 Alex BuckleyBug 21641: Added C4::Accounts to getnextacctno() call
2018-10-01 Jonathan DruartBug 21176: Fix due date calculation when high holds...
2018-08-30 Kyle M HallBug 21231: BlockReturnofLostItems does not prevent...
2018-08-24 Nick ClemensBug 15524: (RM follow-up) Fix calls and add filter
2018-08-22 Marcel de RooyBug 20487: AddReturn should clear items.onloan for...
2018-08-09 Nick ClemensBug 21188: Convert return_date to a DateTime object
2018-08-09 David BourgaultBug 20660: Return date override affects debarments...
2018-07-18 Lari TaskulaBug 18072: Add deprecation warning to C4::Circulation...
2018-07-18 Jonathan DruartBug 20287: Fix export issues in tests
2018-06-15 Kyle M HallBug 20285: Lost item refund won't always pay down lost...
2018-06-08 Jonathan DruartBug 20889: Prevent not for loan items to be checked out
2018-05-29 Jonathan DruartBug 20825: (bug 19943 follow-up) call notforloan on...
2018-04-25 Jonathan DruartBug 19204: Make the debarment date calculation depends...
2018-04-20 Jonathan DruartBug 19974: Make MarkLostItemsAsReturned multiple
2018-04-18 Jonathan DruartBug 20562: Pass the Koha::Checkout object to AddIssuing...
2018-04-18 Kyle M HallBug 20562: issue_id is not stored in accountlines for...
2018-04-13 Jonathan DruartBug 20499: just check if GetItem returns something...
2018-04-13 Mark TompsettBug 20499: Fix the Internal Server Error
2018-04-09 Jonathan DruartBug 19804: Add a 'Fine charging interval' for suspensio...
2018-04-06 Kyle M HallBug 18816: (QA follow-up) Convert param to hashref...
2018-04-06 Kyle M HallBug 18816: Make CataloguingLog work in production by...
2018-03-23 Jonathan DruartBug 19943: Koha::Biblio - Replace GetBiblioItemData...
2018-03-23 Jonathan DruartBug 19943: Remove itemtype vs itype confusion in CanBoo...
2018-03-23 Jonathan DruartBug 19933: Remove patronflags - In CanBookBeIssued
2018-02-23 Jonathan DruartBug 12001: Format DEBT correctly
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountBalance to Koha::Accoun...
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2018-02-18 Jonathan DruartBug 20145: Do not insert 0000-00-00 in patron tests...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Remove HAVING clause from GetTop...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Remove HAVING clause in GetUpcom...
2018-02-12 Kyle M HallBug 16735: Remove use of get_categories
2018-01-09 Jonathan DruartBug 19280: refresh unblessed patron too
2018-01-09 Jonathan DruartBug 19280: Pass a Koha::Patron to CanBookBeIssued
2017-12-18 Jonathan DruartBug 19444: Do not auto renew if patron is expired and...
2017-11-26 Jonathan DruartBug 18357: Handle unlimited on-site checkouts
2017-11-08 Kyle M HallBug 18882: Add location code to statistics table for...
2017-11-08 Jonathan DruartBug 10748: Add the ability to block return of lost...
2017-10-27 Marcel de RooyBug 19528: Fix a few typos like corrosponding
2017-10-27 Jonathan DruartBug 12363: Add a switch to mark|do not mark items as...
2017-10-20 Kyle M HallBug 14826: (QA follow-up) Only use plural modules in...
2017-10-20 Kyle M HallBug 14826: Add offset for rental fees
2017-10-20 Kyle M HallBug 14826: Resurrect account offsets table
2017-10-20 Jonathan DruartBug 19487: Refetch the object to get up-to-date values
2017-10-20 Jonathan DruartBug 19487: Do not return an item if not checked out
2017-10-06 Jonathan DruartBug 19198: do not autovivify
2017-10-06 Nick ClemensBug 19198: (QA followup) Fix typo in conditions
2017-10-06 Nick ClemensBug 19198: Renewal as issue causes too many error
2017-09-29 Jonathan DruartBug 19317: (bug 18966 follow-up) Remove leftover
2017-09-29 Jonathan DruartBug 19276: (bug 17829 follow-up) Fix Statistic patrons...
2017-09-12 Marcel de RooyBug 15438: [QA Follow-up] Moving POD statement for...
2017-09-12 Colin CampbellBug 15438 - Checking out an on-hold item sends holder...
2017-09-06 Alex ArnaudBug 11580 - Fix expiry calculation and rewrite tests
2017-09-01 Nick ClemensBug 19076 - Move issue logging in AddIssue into condtio...
2017-09-01 Marcel de RooyBug 19004: [QA Follow-up] No need to check item-level_i...
2017-09-01 Marcel de RooyBug 19004: Adjust AddReturn for retrieving item type
2017-09-01 Sophie MeynieuxBug 11580 - If returnBeforeExpiry is ON, use calendar...
2017-07-26 Jonathan DruartBug 18966: Do not deal with duplicate issue_id on checkin
2017-07-24 Nick ClemensBug 18572 - QA Followup
2017-07-24 Nick ClemensBug 18572 - Improper branchcode set during OPAC renewal
2017-07-14 Jonathan DruartBug 18262: Koha::Biblio - Remove GetBiblioData - part 1
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18276: (follow-up) Remove GetBiblioFromItemNumber...
2017-07-10 Jonathan DruartBug 18276: Remove GetBiblioFromItemNumber - Easy ones
2017-07-10 Jonathan DruartBug 17680: Fix conflict with bug 18651
2017-07-10 Jonathan DruartBug 17680: Fix regression - is_overdue must be called
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, compl...
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, simpl...
2017-06-21 Jonathan DruartBug 18651: Do no LOCK/UNLOCK the table
2017-06-20 Marcel de RooyBug 18651: [QA Follow-up] Fix the MAX(issue_id) calculation
2017-06-20 Marcel de RooyBug 18651: [QA Follow-up] Remove unused variable
2017-06-20 Jonathan DruartBug 18651: Limit the life span of the LOCK
2017-06-20 Jonathan DruartBug 18651: Use a READ and WRITE LOCK
2017-06-20 Jonathan DruartBug 18651: Copy the row before modify the id
2017-06-20 Jonathan DruartBug 18651: Update accountlines.issue_id is the issue_id...
2017-06-20 Jonathan DruartBug 18651: Do not charge if the checkin failed
2017-06-20 Jonathan DruartBug 18651: Update issue_id in AddReturn
2017-05-09 Jonathan DruartBug 15582: Ability to block auto renewals if OPACFineNo...
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2017-04-28 Jonathan DruartBug 16344: Add a circ rule to limit the auto renewals...
2017-04-21 Chris CormackBug 18432 : Follow up - Updating to use they/them
2017-04-21 phette23Bug 18432: code comments assume male gender
2017-04-21 Marcel de RooyBug 18364: [Follow-up] Also add an environment variable...
2017-04-21 Jonathan DruartBug 18364: Do not LOCK/UNLOCK tables from tests
2017-04-17 Jonathan DruartBug 18321: Correctly calculate switch_onsite_checkout
2017-04-03 David KuhnBug 17309 - Renewing and HomeOrHoldingBranch syspref
2017-03-31 Jonathan DruartBug 17708: Rename 'RENEW' with 'RENEWAL'
2017-03-31 Baptiste WojtkowskiBug 17708: Added a logaction function in Addrenewal...
next