Bug 24083: (follow-up) Include SelfCheckInModule
[koha.git] / circ /
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-06 Martin RenvoizeBug 23091: Add template handling for new messages
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-10-15 Katrin FischerBug 18170: Show damaged status in table of checkins
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-10-15 Martin RenvoizeBug 26643: Notify librarian of completed transfers
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Fix typos
2020-10-14 Kyle M HallBug 19382: Add blocking of ability to checkout on circu...
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-10-09 Martin RenvoizeBug 23695: (QA follow-up) Revert 'Orginating library...
2020-10-08 Jonathan DruartBug 26485: Simplify itemnumber handling in returns.pl
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Prevent server error on bad...
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Capitalize return of needsconfirm
2020-10-01 Martin RenvoizeBug 25261: (QA follow-up) Non-confirm on return
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 Martin RenvoizeBug 25261: Require confirmation of multiple parts items
2020-09-28 Andrew Fuerste-HenryBug 23485: Show barcode in holds to pull
2020-09-18 Nick ClemensBug 25969: Don't set itemnumber as reserve->itemnumber
2020-09-18 Kyle M HallBug 25969: Checking in a found hold at a different...
2020-09-03 Jonathan DruartBug 24663: Remove authnotrequired if set to 0
2020-08-25 Kyle M HallBug 25534: Add reason to pendingreserves.pl
2020-08-24 Jonathan DruartBug 16112: Add the ability to define due date for batch...
2020-08-18 NickBug 23695: Alter transferbook to take a hash of params...
2020-08-18 NickBug 23695: Set holding branch to transferring branch...
2020-08-07 Nicolas LegrandBug 24201: (follow-up) add desk choice with library...
2020-08-07 Nicolas LegrandBug 24201: Attach desk to intranet session
2020-07-23 Fridolin SomersBug 25765: Replace LoginBranchname and LoginBranchcode...
2020-07-20 Petro VashchukBug 25798: Add copyright year to "Holds to pull" report
2020-07-20 Fridolin SomersBug 25868: Fix transfers page to show effective itemtype
2020-07-20 Andrew Fuerste-HenryBug 25726: make holds to pull ignore holds where found...
2020-06-29 Josef MoravecBug 15400: (follow-up) Restore 'years' string, remove...
2020-06-29 Aleisha AmohiaBug 15400: (follow-up) Adding age to check out search...
2020-06-24 Petro VashchukBug 25699: Add edition information to "Holds to pull...
2020-05-22 Jonathan DruartBug 24612: Make hold-transfer-slip take reserve_id
2020-05-04 Jonathan DruartBug 25133: Handle 12hr format for dt_from_string
2020-04-27 Martin RenvoizeBug 24298: (RM follow-up) Re-introduce TransferTrigger...
2020-04-27 Joseph SikowitzBug 24750: Instructor Search Results
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-03-24 Katrin FischerBug 24837: Rename selectbranchprinter.pl to set-library.pl
2020-03-24 Nick ClemensBug 24907: Add 'include suspended' to holds ratio report
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-20 Martin RenvoizeBug 24297: Record 'Manual' trigger transfers
2020-03-20 Martin RenvoizeBug 24436: Add handling for reserve transfer triggers
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 Katrin FischerBug 17845: Remove unused code related to printers
2020-03-02 Jonathan DruartBug 21746: Remove NO_LIBRARY_SET
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-02-04 Jonathan DruartBug 24171: Preserve auto_renew when triggering itemBarc...
2020-01-23 Julian MauriceBug 19809: Re-allow to call Koha::Objects::find in...
2020-01-20 Jonathan DruartBug 24018: Remove die "Not logged in"
2019-12-13 Kyle M HallBug 24106: In returns.pl, don't search for item if...
2019-11-03 Alex ArnaudBug 20194: Display both biblioitems.itemtype and items...
2019-10-31 Kyle M HallBug 14697: Enhance the return claims feature
2019-10-17 Martin RenvoizeBug 23551: Fix AddRenewal call in circ/renew.pl
2019-10-11 Fridolin SomersBug 23484: (follow-up) add parenthesis in JOIN
2019-10-11 Nick ClemensBug 23484: Update pendingreserves.pl to use circulation...
2019-10-08 Katrin FischerBug 23697: (QA follow-up) Rename PatronAutocompletion...
2019-10-08 Matthias MeusburgerBug 23697: (follow-up) Add autocompletion search in...
2019-10-08 Nick ClemensBug 15422: Consider partial copies needed as whole...
2019-10-08 Nick ClemensBug 15422: Correct calculation of holds ratio report
2019-10-03 Nicolas LegrandBug 23686: Check onsite checkout when the last checkout...
2019-10-01 Katrin FischerBug 7074: Show subtitle, part and number of a record...
2019-09-17 Owen LeonardBug 21852: Add more columns and column configuration...
2019-09-06 Jonathan DruartBug 23273: Remove debug statement
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-08-20 Jonathan DruartBug 23273: Fix CSV export for overdues
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-08-05 Ere MaijalaBug 11529: Clean up subtitle usage
2019-08-05 Ere MaijalaBug 11529: Use new biblio fields whenever possible
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-07-01 Martin RenvoizeBug 17492: (RM follow-up) Use more specific method...
2019-07-01 Radek ŠimanBug 17492: Add a warning about age being of-limits...
2019-06-24 Jonathan DruartBug 23158: Make the assignment statement more readable
2019-06-24 Fridolin SomersBug 23158: keep on-site checkout info when using itemBa...
2019-06-21 Fridolin SomersBug 22617: Fix checkout notes typo in manage_checkout_n...
2019-06-21 Marcel de RooyBug 13640: (QA follow-up) Allow NULL values for default...
2019-06-21 Jonathan DruartBug 13640: Do not display unreserveable items on the...
2019-05-09 Andrew IsherwoodBug 7088: Allow renew on hold items with due date
2019-04-26 Fridolin SomersBug 10300: (follow-up) add controls on transfers page
2019-04-25 Nick ClemensBug 14576: Allow arbitrary automatic update of location...
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-16 Christopher BrannonBug 21346: Streamline logic in holds and transfers
2019-03-28 Josef MoravecBug 12159: Fix getting extended patron attributes for...
2019-03-28 Owen LeonardBug 22536: Display problem in Holds to Pull report
2019-03-21 Josef MoravecBug 13763: (follow-up) Strip leading whitespace charact...
2019-03-21 Hayley MapleyBug 13763: Added check for filter syspref in renew.pl
2019-03-15 Kyle M HallBug 14591: book drop / drop box mode incorrectly decrem...
2019-02-11 Katrin FischerBug 17347: Ignore whitespace before and after on renewing
2019-01-28 Fridolin SomersBug 21877: Use AuthorisedValues.GetDescriptionByKohaFie...
2019-01-02 Jonathan DruartBug 21928: (bug 18789 follow-up) Fix CircAutoPrintQuick...
2018-11-21 Nick ClemensBug 21837: Don't set holdingbranch filter using selecte...
2018-11-16 Katrin FischerBug 21796: Don't unlock checkouts if restriction exists...
2018-11-08 Nick ClemensBug 21628: Simplify holds awating pickup report
next