Bug 18292: Remove return 1 statements in tests
[koha.git] / t / db_dependent / Circulation /
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-08-10 Marcel de RooyBug 19071: Fix Circulation/issue.t
2017-08-10 Marcel de RooyBug 19070: Fix Circulation/Branch.t
2017-07-26 Jonathan DruartBug 18966: Do not deal with duplicate issue_id on checkin
2017-07-24 Jonathan DruartBug 18572: Remove AddRenewal parameter
2017-07-24 Nick ClemensBug 18572 - QA Followup
2017-07-24 Nick ClemensBug 18572 - Improper branchcode set during OPAC renewal
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18276: (follow-up) Remove GetBiblioFromItemNumber...
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, simpl...
2017-06-21 Jonathan DruartBug 18651: Fix tests if no circ rule exist
2017-06-20 Jonathan DruartBug 18651: Update accountlines.issue_id is the issue_id...
2017-06-20 Jonathan DruartBug 18651: Do not charge if the checkin failed
2017-06-20 Jonathan DruartBug 18651: Update issue_id in AddReturn
2017-06-05 Olli-Antti KivilahtiBug 18226 - Remove "use Test::DBIx::Class" instantiatio...
2017-05-24 Jonathan DruartBug 16344: Fix test in GetHardDueDate.t
2017-04-21 Jonathan DruartBug 18420: Do not use 'S' as patron category code in...
2017-04-17 Jonathan DruartBug 18321: Add tests
2017-03-22 Jonathan DruartBug 18242: [SOLUTION 2]Add tests
2017-03-03 Jonathan DruartBug 16966: Koha::Patrons - Move AnonymiseIssueHistory...
2017-03-03 Jonathan DruartBug 16966: GetBorrowersWithIssuesHistoryOlderThan ...
2017-01-20 Jonathan DruartBug 8361: Do not allow checkouts if no rules are defined
2017-01-13 Olli-Antti KivilahtiBug 14187: branchtransfer needs a primary key (id)...
2016-12-28 Jonathan DruartBug 17679: C4::Circulation - Remove unused GetItemIssues
2016-12-28 Kyle M HallBug 17781 - Improper branchcode set during renewal
2016-12-23 Jonathan DruartBug 17678: C4::Circulation - Replace GetIssues with...
2016-11-18 Tomas Cohen AraziBug 17653: Remove itemtype-related t/db_dependent/Circu...
2016-11-17 Tomas Cohen AraziBug 17636: Remove itemtype-related GetIssues.t warnings
2016-11-16 Tomas Cohen AraziBug 17633: (QA followup) Remove unneeded warnings
2016-11-16 Jonathan DruartBug 17633: Do not call set_preference from tests
2016-11-15 Jonathan DruartBug 17599: Make the tests pass
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-11-12 Tomas Cohen AraziBug 17592: Remove itemtype-related maxsuspensiondays...
2016-11-12 Tomas Cohen AraziBug 17587: Remove itemtype-related IsItemIssued.t warnings
2016-11-12 Marcel de RooyBug 17572: [QA Follow-up] Cosmetic changes
2016-11-12 Tomas Cohen AraziBug 17572: (followup) Remove test's hardcoded values
2016-11-12 Tomas Cohen AraziBug 17572: Remove itemtype-related warnings from issue.t
2016-10-28 Tomas Cohen AraziBug 14598: (followup) Remove unused and non-existent...
2016-10-28 Kyle M HallBug 14598 [QA Followup] - Make unit test pass
2016-10-28 Tomas Cohen AraziBug 14598: (regression tests) AddReturn should store...
2016-10-17 Tomas Cohen AraziBug 17430: Make MarkIssueReturned.t create its own...
2016-09-09 Tomas Cohen AraziBug 15758: (QA followup) Remove leftover reference...
2016-09-09 Jonathan DruartBug 16272: Add description for tests
2016-09-09 Jonathan DruartBug 16272: (follow-up) Specific case when switching...
2016-09-09 Jonathan DruartBug 16272: Specific case when switching an on-site...
2016-09-09 Jonathan DruartBug 16272: Automatically switch an on-site checkout...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15407: Koha::Patron::Categories - replace C4::Categ...
2016-09-08 Jonathan DruartBug 14695: Fix GetHardDueDate.t tests
2016-08-26 Kyle M HallBug 14504: Changes missed while fixing patches
2016-08-26 Barton ChittendenBug 14504: (QA followup) fix test transaction, book_on_loan
2016-08-26 Barton Chittendenbug 14504: (QA followup) fixing DelItemCheck arguments
2016-05-04 Jonathan DruartBug 16405: Fix Circulation/NoIssuesChargeGuarantees...
2016-05-04 Marcel de RooyBug 16155: Adjust a few other tests
2016-05-03 Marcel de RooyBug 16404: Fix Circulation/Branch.t (tests 8-11)
2016-04-29 Kyle M HallBug 14577 - Allow restriction of checkouts based on...
2016-04-22 Tomas Cohen AraziBug 16216: Circulation_Branch.t doesn't set itemtype...
2016-04-22 Tomas Cohen AraziBug 12787: (QA followup) small QA fixes
2016-04-22 Jonathan DruartBug 12787: Reorganise t/db_dependent files
2016-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove ModBranch
2015-12-31 Jonathan DruartBug 14945: Add 2 more tests for StoreLastBorrower
2015-12-31 Kyle M HallBug 14945 - Add the ability to store the last patron...
2015-12-31 Kyle M HallBug 9129 [QA Followup] - Make unit test file conform...
2015-12-31 Kyle M HallBug 9129 - Add the ability to set the maximum fine...
2015-11-10 Tomas Cohen AraziBug 15160: GetTopIssues.t should create random data
2015-11-09 Julian MauriceBug 15158: Fix t/db_dependent/Circulation/GetTopIssues.t
2015-11-06 Jonathan DruartBug 14878: Tests - Create the branchcodes when needed
2015-11-06 Jonathan DruartBug 14045: Fix failing tests if issuing rules exist
2015-11-04 Tomas Cohen AraziBug 15081: (followup) Make test files using TestBuilder...
2015-10-22 Julian MauriceBug 14788: Add unit tests for GetTopIssues
2015-10-13 Jonathan DruartBug 14045: Change prototype of TooMany to raise a bette...
2015-10-13 Jonathan DruartBug 14045: Add specific quotas to on-site checkouts
2015-09-16 Jonathan DruartBug 6756: Fix bad behaviors if AnonymousPatron is not...
2015-07-07 Jonathan DruartBug 9942: Make Koha fails if privacy is not respected
2015-03-31 Jonathan DruartBug 11201: Add a in-house use list pages
2014-11-23 Kyle M HallBug 13297 - Shelving location PROC does not work accord...
2014-07-14 Tomas Cohen AraziBug 12470: (followup) License statement missing
2014-07-14 Yohann DufourBug 12470: adding unit tests for the routines CheckVali...
2014-05-26 Galen CharltonBug 12230: (follow-up) improve unit tests
2014-05-26 Jonathan DruartBug 12230: Set a maximum suspension days as a new issui...
2014-04-21 Jonathan DruartBug 10859: (follow-up) GetIssues.t - Execute unit tests...
2014-04-21 Jonathan DruartBug 10859: Alert if a borrower already has an issue...
2014-04-16 Jonathan DruartBug 11630: (follow-up) unit tests can be independent...
2014-04-16 Kyle M HallBug 11630: (QA Followup) Move code to subroutine, add...
2013-12-25 Galen CharltonBug 11338: add unit tests for DelItemCheck
2013-09-18 Galen CharltonBug 10599: (follow-up) fix incomplete test case
2013-09-18 Jonathan DruartBug 10599: add option to unselect on loan items on...