Bug 24217: use Modern::Perl for modules when strict is missing
[koha.git] / C4 / Circulation.pm
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...
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
next