Bug 18292: Remove return 1 statements in tests
[koha.git] / t / db_dependent / Circulation / Returns.t
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-07-26 Jonathan DruartBug 18966: Do not deal with duplicate issue_id on checkin
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18276: (follow-up) Remove GetBiblioFromItemNumber...
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-03-22 Jonathan DruartBug 18242: [SOLUTION 2]Add tests
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-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-03-15 Jonathan DruartBug 11998: Use t::lib::Mocks::mock_preference in tests
2015-11-06 Jonathan DruartBug 14878: Tests - Create the branchcodes when needed
2014-11-23 Kyle M HallBug 13297 - Shelving location PROC does not work accord...