Bug 27808: Mark the onloan column as dirty in AddIssue
[koha.git] / C4 / Circulation.pm
2021-03-01 Kyle M HallBug 27808: Mark the onloan column as dirty in AddIssue
2021-03-01 Marcel de RooyBug 26457: (QA follow-up) Switch to PK index in UPDATE...
2021-03-01 Nick ClemensBug 26457: Unit test
2021-03-01 Nick ClemensBug 26457: Throw exception if update of issues table...
2021-02-16 Jonathan DruartBug 27673: Rename C4::Circulation decode to _decode
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-16 Jonathan DruartBug 27707: (bug 26639 follow-up) Fix renewals when...
2021-02-15 Nick ClemensBug 18146: (follow-up) Remove warn for uninitialized...
2021-02-08 Jonathan DruartBug 27154: Remove Koha::Util::SystemPreferences
2021-01-22 Eden BacaniBug 25802: Change addDate to addDuration
2021-01-12 Nick ClemensBug 26950: Make Anonymous patron warnings 'errors'...
2021-01-12 Nick ClemensBug 26593: Remove _get_discount_from_rule
2021-01-12 Fridolin SomersBug 21301: Remove patron informations in issues for...
2021-01-04 Nick ClemensBug 21886: (QA follow-up) Fix indentation, prevent...
2021-01-04 Martin RenvoizeBug 21886: (QA follow-up) Fix QA script errors
2021-01-04 Stefan BerndtssonBug 21886: Add option to send notices from owning libra...
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Squashed follow ups
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Respond to QA feedback
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-10 Tomas Cohen AraziBug 23916: (QA follow-up) Adapt all the things to the...
2020-11-10 Nick ClemensBug 23916: (QA follow-up) Remove stray changes and...
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Fix terminology, use patron...
2020-11-10 Andrew IsherwoodBug 23916: Record and display item issuer
2020-11-06 Jonathan DruartBug 14866: Trivial code simplification
2020-11-06 Aleisha AmohiaBug 14866: Make high holds work with different item...
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-11-06 Martin RenvoizeBug 23091: Add tests for _RestoreOverdueForLostAndFound
2020-11-06 Martin RenvoizeBug 23091: Add handling for new lostreturn rules
2020-11-04 Joonas KylmäläBug 26132: (follow-up) Fix broken code in TooMany function
2020-11-02 Nick ClemensBug 26583: Remove unneccessary code in AddIssue
2020-11-02 Nick ClemensBug 26581: (follow-up) Restore unsetting of doreturn
2020-10-25 Didier GautheronBug 26232: Empty smart rule fine grace period
2020-10-22 Martin RenvoizeBug 26581: Only reindex records once per checkin
2020-10-15 Martin RenvoizeBug 26643: Notify librarian of completed transfers
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Fix typos
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-08 Jonathan DruartBug 24598: Remove warning from test
2020-10-08 Jonathan DruartBug 24598: Complete transfer for hold if checked out
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Jonathan DruartBug 25261: (QA follow-up) Simplify tests and conditions
2020-10-01 Martin RenvoizeBug 25261: (follow-up) item.material may contain non...
2020-10-01 Martin RenvoizeBug 25261: (follow-up) Rename CircConfirmParts to CircC...
2020-10-01 Frédéric DemiansBug 25261: Checkout confirmation depending on syspref
2020-10-01 Martin RenvoizeBug 25261: Require confirmation of multiple parts items
2020-09-28 Nick ClemensBug 25758: Return on_reserve over too_soon when not...
2020-09-28 Nick ClemensBug 25265: Rename skip_modzebra_update to skip_record_index
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-08-31 Agustin MoyanoBug 22789: (follow-up) Fix atomic update, GUI and more...
2020-08-31 Agustin MoyanoBug 22789: Add non priority feature to C4 classes and...
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...
next