Bug 23151: Modifiy database structure
[koha.git] / C4 / Circulation.pm
2019-07-22 Kyle M HallBug 23057: (QA follow-up) Remove new AddReturn message...
2019-07-22 Kyle M HallBug 23057: Update do_checkin
2019-07-16 Kyle M HallBug 23103: (QA follow-up) Return undef implicitly
2019-07-16 Kyle M HallBug 23103: Cannot checkin items lost by deleted patrons...
2019-06-20 Jonathan DruartBug 23104: (bug 18925 follow-up): Fix null/empty behavi...
2019-06-10 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...
2019-04-24 Nick ClemensBug 22759: Fix wrong check of branch rule in C4::Circul...
2019-04-19 Martin RenvoizeBug 22564: Remove references to 'Rep' accounttype
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-17 Kyle M HallBug 17171: Add a syspref to allow currently issued...
2019-04-12 Caroline Cyr La... Bug 21953: Term 'Lost item' untranslatable
2019-04-11 Martin RenvoizeBug 20912: (QA follow-up) Fix for missed signature...
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-29 Martin RenvoizeBug 22518: Remove references to 'O' accounttype
2019-03-28 Martin RenvoizeBug 22593: Fix bad ternaries after bug 22008
2019-03-21 Josef MoravecBug 21683: (follow-up) Polish the change - based on...
2019-03-21 Josef MoravecBug 21683: Remove accountlines.accountno
2019-03-15 Martin RenvoizeBug 14591: (QA follow-up) Optimize DateTime passing
2019-03-15 Kyle M HallBug 14591: Update other calls to AddReturn
2019-03-15 Kyle M HallBug 14591: book drop / drop box mode incorrectly decrem...
2019-03-07 Martin RenvoizeBug 20912: (QA follow-up) Rebase error corrections
2019-03-07 Martin RenvoizeBug 20912: (follow-up) Prevent double charging on renewal
2019-03-07 Martin RenvoizeBug 20912: (QA follow-up) Fix some test failures
2019-03-07 Martin RenvoizeBug 20912: (follow-up) Improve test coverage
2019-03-07 Martin RenvoizeBug 20912: (QA follow-up) Move Fees to Charges::
2019-03-07 Kyle M HallBug 20912: Move calculation to Koha::Fees
2019-03-07 Kyle M HallBug 20912: Rental Fees based on Time Period
2019-03-07 Martin RenvoizeBug 21721: Use Koha::Account->add_debit in AddRenewal
2019-03-05 Jonathan DruartBug 18925: Fix null/empty behavior, again
2019-03-05 Jonathan DruartBug 18925: Replace logic in GetBranchBorrowerCircRule...
2019-03-05 Jesse WeaverBug 18925: (follow-up) Fix null/empty behavior
2019-03-05 Jesse WeaverBug 18925: (follow-up) Change name of rule to fix ambiguity
2019-03-05 Kyle M HallBug 18925: Move maxissueqty and maxonsiteissueqty to...
2019-03-04 Martin RenvoizeBug 21720: Use Koha::Account->add_debit in AddIssuingCharge
2019-02-26 Jonathan DruartBug 21206: Fix SwitchOnSiteCheckouts.t
2019-02-26 Tomas Cohen AraziBug 21206: (QA follow-up) Rebase problem and leftover...
2019-02-26 Josef MoravecBug 21206: (follow-up) Fix Circulation.t
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-26 Jonathan DruartBug 18957: Record the time part of the last renewed...
2019-01-25 Josef MoravecBug 22049: (QA follow-up) update MarkIssueReturned...
2019-01-25 Tomas Cohen AraziBug 22049: (follow-up) Remove leftover variable
2019-01-25 Tomas Cohen AraziBug 22049: Make MarkIssueReturned rely on returndate...
2019-01-11 Jonathan DruartBug 21999: Move attributes to a variable to not dup...
2019-01-11 Martin RenvoizeBug 21999: Use Koha::Checkout in C4::Circulation::AddIssue
2019-01-04 Martin RenvoizeBug 21753: Remove all reference of chargename from...
2019-01-04 Tomas Cohen AraziBug 21915: Reconcile balance on _FixAccountForLostAndRe...
2019-01-04 Tomas Cohen AraziBug 21788: Make ProcessOfflinePayment pass the library_...
2019-01-03 Martin RenvoizeBug 19066: (QA follow-up) Add handling in add_credit
2019-01-03 Kyle M HallBug 19066: Add branchcode to accountlines
2018-12-26 Alex BuckleyBug 21754: Automatically clean up outstanding transfers...
2018-12-26 Nick ClemensBug 21844: Include itemcallnumber in lost fine description
2018-12-11 Tomas Cohen AraziBug 21759: Avoid manually setting amountoutstanding...
2018-12-11 Kyle M HallBug 21849: Two useless Koha::Account::Offset->new calls...
2018-11-16 Marcel de RooyBug 20598: (QA follow-up) Tiny fixes
2018-11-16 Kyle M HallBug 20598: Accruing fines not closed out by longoverdue...
2018-11-16 Jonathan DruartBug 18677: Remove new issue_id param from charlostitem
2018-11-16 Kyle M HallBug 18677: issue_id is not added to accountlines for...
2018-11-07 Nick ClemensBug 15494: (follow-up) Move yaml syspref code to its...
2018-11-07 Marcel de RooyBug 15494: (QA follow-up) Additional polishing
2018-11-07 Nick ClemensBug 15494: Add _items_denied_renewal sub to C4:Circulat...
2018-10-31 Tomas Cohen AraziBug 13098: Make _FixAccountForLostAndReturned refund...
2018-10-29 Andrew IsherwoodBug 21641: (follow-up) Address wrong call method
2018-10-29 Andrew IsherwoodBug 21641: (follow-up) Address additional call
2018-10-29 Alex BuckleyBug 21641: Added C4::Accounts to getnextacctno() call
2018-10-01 Jonathan DruartBug 21176: Fix due date calculation when high holds...
2018-08-30 Kyle M HallBug 21231: BlockReturnofLostItems does not prevent...
2018-08-24 Nick ClemensBug 15524: (RM follow-up) Fix calls and add filter
2018-08-22 Marcel de RooyBug 20487: AddReturn should clear items.onloan for...
2018-08-09 Nick ClemensBug 21188: Convert return_date to a DateTime object
2018-08-09 David BourgaultBug 20660: Return date override affects debarments...
2018-07-18 Lari TaskulaBug 18072: Add deprecation warning to C4::Circulation...
2018-07-18 Jonathan DruartBug 20287: Fix export issues in tests
2018-06-15 Kyle M HallBug 20285: Lost item refund won't always pay down lost...
2018-06-08 Jonathan DruartBug 20889: Prevent not for loan items to be checked out
2018-05-29 Jonathan DruartBug 20825: (bug 19943 follow-up) call notforloan on...
2018-04-25 Jonathan DruartBug 19204: Make the debarment date calculation depends...
2018-04-20 Jonathan DruartBug 19974: Make MarkLostItemsAsReturned multiple
2018-04-18 Jonathan DruartBug 20562: Pass the Koha::Checkout object to AddIssuing...
2018-04-18 Kyle M HallBug 20562: issue_id is not stored in accountlines for...
2018-04-13 Jonathan DruartBug 20499: just check if GetItem returns something...
2018-04-13 Mark TompsettBug 20499: Fix the Internal Server Error
2018-04-09 Jonathan DruartBug 19804: Add a 'Fine charging interval' for suspensio...
2018-04-06 Kyle M HallBug 18816: (QA follow-up) Convert param to hashref...
2018-04-06 Kyle M HallBug 18816: Make CataloguingLog work in production by...
2018-03-23 Jonathan DruartBug 19943: Koha::Biblio - Replace GetBiblioItemData...
2018-03-23 Jonathan DruartBug 19943: Remove itemtype vs itype confusion in CanBoo...
2018-03-23 Jonathan DruartBug 19933: Remove patronflags - In CanBookBeIssued
2018-02-23 Jonathan DruartBug 12001: Format DEBT correctly
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountBalance to Koha::Accoun...
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2018-02-18 Jonathan DruartBug 20145: Do not insert 0000-00-00 in patron tests...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Remove HAVING clause from GetTop...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Remove HAVING clause in GetUpcom...
next