Bug 28472: handle items with NULL shelving location
[koha.git] / C4 / Circulation.pm
2021-09-20 Andreas RoussosBug 28472: handle items with NULL shelving location
2021-08-31 Nick ClemensBug 28774: Don't store blank values for rental discount
2021-08-04 Martin RenvoizeBug 22435: ->apply() should always use 'APPLY' for...
2021-07-16 Jonathan DruartBug 17600: Fix tests
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-06 Nick ClemensBug 28455: lastseen should be updated at checkout if...
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-15 Joonas KylmäläBug 28520: Allow creating a transfer back automatically...
2021-06-15 Martin RenvoizeBug 24434: Reinstate updateWrongTransfer
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Do not create transfer prior...
2021-04-28 Nick ClemensBug 17202: Don't report an item in a collection if...
2021-04-27 Martin RenvoizeBug 28210: Pass skip_record_index through LostItem
2021-04-27 Martin RenvoizeBug 27281: (QA follow-up) Fix Indexer Test
2021-04-23 Martin RenvoizeBug 27896: Remove DeleteTransfer
2021-04-23 Martin RenvoizeBug 27281: Update LostItem to use Koha::Item[::Transfer...
2021-04-07 Nick ClemensBug 28013: (follow-up) Reset the patron loop
2021-04-07 Nick ClemensBug 28013: (follow-up) Correct and update call to CanIt...
2021-04-07 Joonas KylmäläBug 28013: (QA follow-up) Remove unused variable
2021-04-07 Nick ClemensBug 28013: Performance improvements to CanBookBeRenewed
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-03-04 Martin RenvoizeBug 25690: (QA follow-up) PROCESSED -> PROCESSING for...
2021-03-04 Joonas KylmäläBug 25690: Make CanBookBeIssued return In Processing...
2021-03-04 Joonas KylmäläBug 25690: Remove double usage of 'Reserved' return...
2021-03-03 Martin RenvoizeBug 24446: Add datesent/datecancelled handling to GetTr...
2021-03-03 Martin RenvoizeBug 24446: Add datecancelled handling to GetTransfers
2021-03-03 Martin RenvoizeBug 24446: Catch daterequested in circ returns
2021-03-01 Tomas Cohen AraziBug 27808: Refresh the item object when AddReturn is...
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...
next