Bug 21468: Add 'checkin' action for _after_circ_actions
[koha-equinox.git] / C4 / Circulation.pm
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...
2019-09-23 Martin RenvoizeBug 22837: Update callers to use new signature
2019-09-09 Tomas Cohen AraziBug 23404: (QA follow-up) Minor fix
2019-09-09 Fridolin SomersBug 23404: fix Circulation::TooMany error on itemtype...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-07-26 Martin RenvoizeBug 11573: Make rental accountlines translatable
2019-07-16 Kyle M HallBug 23057: (QA follow-up) Remove new AddReturn message...
2019-07-16 Kyle M HallBug 23057: Update do_checkin
2019-07-15 Martin RenvoizeBug 19919: Stop using paidfor altogether
2019-07-15 Martin RenvoizeBug 22563: (follow-up) Items LOST should not be RETURNED
2019-07-15 Martin RenvoizeBug 22563: Update lost handling to use accountline...
2019-07-15 Martin RenvoizeBug 22563: Be more descriptive with accountypes
2019-07-15 Kyle M HallBug 18930: Move lost item refund rules to circulation_r...
2019-07-15 Kyle M HallBug 23018: Refunding a lost item fee may trigger error...
2019-07-01 Jonathan DruartBug 18928: Use get_effective_rule in GetBranchItemRule
2019-07-01 Kyle M HallBug 18928: Move holdallowed, hold_fulfillment_policy...
2019-06-21 Kyle M HallBug 23103: (QA follow-up) Return undef implicitly
2019-06-21 Kyle M HallBug 23103: Cannot checkin items lost by deleted patrons...
2019-06-18 Jonathan DruartBug 23104: (bug 18925 follow-up): Fix null/empty behavi...
2019-06-03 Martin RenvoizeBug 22877: Prevent double overdue processing for lost...
2019-05-10 Jonathan DruartBug 19302: Send koha::objects to C4::Reserves::IsAvaila...
2019-04-26 Tomas Cohen AraziBug 15496: (QA follow-up) Fix remaining cases
2019-04-26 Martin RenvoizeBug 22200: (follow-up) Wrap accountline creation in...
2019-04-26 Martin RenvoizeBug 22200: Add credit when forgiving overdue
2019-04-25 Nick ClemensBug 14576: Rebase fixes Fix test Rebase code
2019-04-25 Nick ClemensBug 14576: Update to use get_yaml_pref_hash
2019-04-25 Nick ClemensBug 14576: Allow arbitrary automatic update of location...
next