Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / C4 / Circulation.pm
2020-08-20 Jonathan DruartBug 18501: set the is_refunded flag as internal var
2020-08-20 Jonathan DruartBug 18501: wip - need to know it has been refunded
2020-08-20 Jonathan DruartBug 18501: but.. what was the meaning of holdingbranch...
2020-08-20 Jonathan DruartBug 18501: Add _set_found_trigger
2020-08-20 Jonathan DruartBug 18501: Remove the borrowernumber parameter
2020-08-20 Jonathan DruartBug 18501: Prepare the ground
2020-08-18 Lari TaskulaBug 25114: Remove duplicated logic from GetLoanLength()
2020-08-18 Nick ClemensBug 23695: (follow-up) Add exceptions for missing branc...
2020-08-18 NickBug 23695: Set holding branch to transferring branch...
2020-08-18 Nick ClemensBug 26078: (follow-up) Use a boolean rather than changi...
2020-08-18 Nick ClemensBug 26078: Prevent generating a new transfer from retur...
2020-08-13 Tomas Cohen AraziBug 26114: ILL should mark status=RET only if a return...
2020-08-13 Nick ClemensBug 26132: (follow-up) Count all checkouts if no limits...
2020-08-13 Jonathan DruartBug 26132: Tidy _check_max_qty
2020-08-13 Jonathan DruartBug 26132: Don't prefetch if not needed
2020-08-13 Jonathan DruartBug 26132: Remove raw SQL query for patron_maxissueqty
2020-08-13 Jonathan DruartBug 26132: Remove raw sql query
2020-08-13 Jonathan DruartBug 26132: TooMany refactoring
2020-08-13 Jonathan DruartBug 21946: Restore defined vs ""
2020-08-13 Nick ClemensBug 21946: (follow-up) Restore join to biblioitems
2020-08-13 Nick ClemensBug 21946: Update C4::Circulation->TooMany to check...
2020-08-13 Martin RenvoizeBug 25663: Remove Koha::RefundLostItemFeeRule and uses
2020-07-31 Tomas Cohen AraziBug 26108: Only call the plugin hook if a return took...
2020-07-31 Jonathan DruartBug 26108: (bug 25855 follow-up) Call after_circ_action...
2020-07-30 Tomas Cohen AraziBug 26063: Use Koha::Plugins->call for circulation...
2020-07-30 Tomas Cohen AraziBug 21468: (QA follow-up) Simplify payload
2020-07-30 Martin RenvoizeBug 21468: Add 'checkin' action for _after_circ_actions
2020-07-30 Martin RenvoizeBug 21468: Add 'checkout' action for _after_circ_actions
2020-07-30 Tomas Cohen AraziBug 25855: (QA follow-up) Simplify payload
2020-07-30 Tomas Cohen AraziBug 25855: (QA follow-up) Generalize hook and simplify...
2020-07-30 Tomas Cohen AraziBug 25855: Add a post_renewal_action plugin hook
2020-07-27 Nick ClemensBug 25724: Do not call ModReserveStatus when completing...
2020-07-23 Kyle M HallBug 20815: Add ability to choose if lost fee is refunde...
2020-07-20 Martin RenvoizeBug 8338: (QA follow-up) Clean up warning
2020-07-20 Martin RenvoizeBug 8338: Remove zero amount overdues on backdated...
2020-07-20 Jonathan DruartBug 24151: Fix location on return
2020-07-16 Nick ClemensBug 25566: Add option to ignore found holds and use...
2020-06-25 Martin RenvoizeBug 24159: (QA follow-up) Make terminology consistent
2020-06-25 Jonathan DruartBug 24159: Set days_mode according to circ rules in...
2020-06-25 Jonathan DruartBug 24159: Move useDaysMode pref to circulation rules
2020-05-22 Jonathan DruartBug 24413: Do not remove the restrictions from AddReturn
2020-05-22 Jonathan DruartBug 24413: Apply AutoRemoveOverduesRestrictions for...
2020-05-22 Jonathan DruartBug 24612: Make hold-transfer-slip take reserve_id
2020-05-19 Jonathan DruartBug 25531: Debar patron if needed when checkin is backdated
2020-05-12 Martin RenvoizeBug 25417: (QA follow-up) Restore 'fixing' of fines
2020-05-12 Jonathan DruartBug 25417: Prevent negative debit amount on backdating...
2020-05-04 Martin RenvoizeBug 15751: Add ModDateLastSeen to ProcessOfflineReturn
2020-04-15 Jonathan DruartBug 24380: (QA follow-up) Simplify condition
2020-04-15 Kyle M HallBug 24380: Add syspref CalculateFinesOnBackdate
2020-04-15 Kyle M HallBug 24380: Backdated returns do not update fines unless...
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-03-30 Jonathan DruartBug 25018: Use new KOHA_TESTING envvar to detect enviro...
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: Allow patrons to opt out of auto-renewal
2020-03-24 Nick ClemensBug 24476: Change CanBookBeRenewed and adjust tests
2020-03-24 Nick ClemensBug 24759: Rename renewalbranch to renewal_branchcode
2020-03-24 Nick ClemensBug 24759: Move OpacRenewalBranch code to Koha::Item
2020-03-23 Jonathan DruartBug 23463: remove trivial UpdateHoldingbranch sub
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-20 Martin RenvoizeBug 24299: Record 'RotatingCollection' as a transfer...
2020-03-18 Martin RenvoizeBug 24298: Record transfer triggers for returns
2020-03-11 Nick ClemensBug 24839: Return hold info to transfer script and...
2020-03-10 Nick ClemensBug 23112: (QA follow-up) Fix database update, add...
2020-03-10 Andrew IsherwoodBug 23112: Update request status on return
2020-03-06 Nick ClemensBug 23051: (QA follow-up) Missing curly and tabs and...
2020-03-06 Andrew IsherwoodBug 23051: Renew items when fines paid off
2020-02-19 Kyle M HallBug 21944: Improve efficiency of code
2020-02-19 Christopher BrannonBug 21944: Reroute waiting hold from wrong branch
2020-02-13 Martin RenvoizeBug 24592: Reword LOST_RETURN to LOST_FOUND
2020-02-12 Nick ClemensBug 19014: on_reserve blocks auto_renew
2020-02-12 Nick ClemensBug 19014: Return auto_too_soon before on_reserve
2020-02-05 Jonathan DruartBug 24595: Silent warnings from Circulation.t
2020-02-04 Jonathan DruartBug 18936: new suspension_chargeperiod
2020-02-04 Jesse WeaverBug 18936: (follow-up) fix tests, null vs. empty behavi...
2020-02-04 Jesse WeaverBug 18936: (follow-up) fix rental discount lookup
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
2020-01-30 Nick ClemensBug 24377: Record passed branch if renewing via cron
2020-01-24 Jonathan DruartBug 23443: Do not checkin an item if checked out to...
2020-01-23 Kyle M HallBug 24441: Error when checking in an item with BranchTa...
2020-01-13 Jonathan DruartBug 24361: Remove warning from GetAgeRestriction
2020-01-07 Jonathan DruartBug 24361: (bug 24217 follow-up) Fix several warnings...
2020-01-03 Jonathan DruartBug 24217: use Modern::Perl for modules when strict...
2019-12-10 Jonathan DruartBug 24138: Fix calculation of suspension days when...
2019-12-10 Jonathan DruartBug 24138: Move the calculation out of the sub
2019-11-25 Jonathan DruartBug 24013: Fix transferbook if item is checked out
2019-11-22 Martin RenvoizeBug 24075: Backdating a return to the exact due date...
2019-11-07 Martin RenvoizeBug 23293: Apply OPACFineNoRenewalsIncludeCredit preference
2019-11-07 Tomas Cohen AraziBug 13958: Use SuspensionsCalendar syspref for more...
2019-10-31 Kyle M HallBug 14697: Add return claim handling to AddReturn
2019-10-31 Andrew IsherwoodBug 15260: Modify next/prev_open_day
2019-10-26 Martin RenvoizeBug 23382: (follow-up) Clarify variable names
2019-10-26 Martin RenvoizeBug 23382: Fix logic in C4::Circulation::CanBookBeIssued
2019-10-24 Martin RenvoizeBug 23805: Update 'lost_item_return' to 'LOST_RETURN...
2019-10-24 Martin RenvoizeBug 23805: Update 'FOR' to 'FORGIVEN' for consistency
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-10-21 Martin RenvoizeBug 20086: (follow-up) No need to call ->new on Koha...
2019-10-21 NickBug 20086: Execute AddRenewal in a transaction to avoid...
2019-10-01 Fridolin SomersBug 23679: fix software error when trying to transfer...
next