Bug 14334: Remove AutoCommit from tests
[koha.git] / t / db_dependent / Acquisition /
2018-12-14 Jonathan DruartBug 14334: Remove AutoCommit from tests
2018-11-08 Jonathan DruartBug 21205: Replace C4::Items::GetOrderFromItemnumber...
2018-10-31 Josef MoravecBug 18720: Use exception instead of die in GetBasketAsCsv
2018-10-01 Martin RenvoizeBug 21385: Add Unit Tests
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-07-06 Julian MauriceBug 12395: Add unit test to check created_by is correct...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Add default value for export_bas...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Shorten aqbudgets.budget_code
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Fix date format in tests
2018-02-09 Jonathan DruartBug 19928: Mock delimiter pref in tests
2017-10-11 Nick ClemensBug 15685: (QA follow-up) Address QA issues
2017-09-29 Mark TompsettBug 19120: Add tests to reproduce the problem
2017-09-07 Jonathan DruartBug 19256: Make Koha::Acq::Order using Koha::Object
2017-09-01 Colin CampbellBug 19024 Fix some infelicities of phrasing in test...
2017-09-01 Jonathan DruartBug 19024: Add tests
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-06-05 Marcel de RooyBug 8612: [QA Follow-up] Remove two newlines from templ...
2017-06-05 Josef MoravecBug 8612: [Follow-up] Fix unit test GetBasketAsCSV.t
2017-06-05 BlouBug 8612: Use CSV profile for exporting basket
2017-04-21 Marcel de RooyBug 18448: Fix a few db_dependent tests
2017-04-21 Marcel de RooyBug 18420: Replace hardcoded EUR in OrderUsers.t
2017-04-21 Jonathan DruartBug 18420: Do not use 'S' as patron category code in...
2017-03-22 Nick ClemensBug 18115 - Fix use of Objects as hashref in acqui...
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-11-18 Tomas Cohen AraziBug 17647: Remove itemtype-related CancelReceipt.t...
2016-11-10 Jonathan DruartBug 17564: Fix t/db_dependent/Acquisition/OrderUsers.t
2016-10-28 Nick ClemensBug 13321 - (QA Followup) Restore standing order functi...
2016-10-28 Jonathan DruartBug 13321: Rename variables
2016-04-29 Jesse WeaverBug 15531: (followup) Use a quantity of 1, not null...
2016-04-29 Jesse WeaverBug 15531: Add support for standing orders
2016-03-07 Jonathan Druart Bug 5404: C4::Koha - remove subfield_is_koha_internal_p
2015-11-06 Jonathan DruartBug 14878: Tests - Create the branchcodes when needed
2015-10-21 Jonathan DruartBug 8417: Fix test
2015-06-19 Jonathan DruartBug 13993: Clarify test messages
2015-06-19 Mark TompsettBug 13993: (1) Add tests to confirm 'new' and 'cancelled'
2015-06-04 Tomas Cohen AraziBug 13967: (QA followup) Make DBIx control transactions...
2015-05-11 Jonathan DruartBug 12743: ACQ: default values for catalogue records
2015-03-11 Kyle M HallBug 12648: QA Followup
2015-03-11 Jonathan DruartBug 12648: Add unit tests for C4::Acquisition::*OrderUsers
2015-02-10 Jonathan DruartBug 13319: Fix Koha::Acq::Order should set parent_order...
2015-02-05 Jonathan DruartBug 13333: Fix Display basket group for already receive...
2014-12-31 Jonathan DruartBug 12896: Move the bookseller-related code into Koha...
2014-10-28 Jonathan DruartBug 12830: Move the order-related code into Koha::Acqui...
2014-10-28 Jonathan DruartBug 5342: Serial claiming improvements: add a counter
2014-09-18 Jonathan DruartBug 12827: NewOrder needs more unit tests
2014-09-18 Jonathan DruartBug 12827: NewOrder should not return basketno
2014-09-09 Jonathan DruartBug 12557: Partially received - the change should affec...
2014-09-09 Jonathan DruartBug 12557: UT: The item is not created
2014-09-09 Jonathan DruartBug 12557: Add a way to revert the changes made on...
2014-07-30 Tomas Cohen AraziBug 12493: (followup) remove unnecessary output message
2014-07-14 Jonathan DruartBug 11744: Add regression tests
2014-07-03 Yohann DufourBug 12482: removing the use of the module C4::SQLHelper...
2014-04-21 Galen CharltonBug 7288: (follow-up) add unit test for is_linked_to_su...
2014-04-21 Galen CharltonBug 7288: (follow-up) various fixes
2014-04-21 Jonathan DruartBug 7288: (follow-up) set a boolean if the invoice...
2014-04-21 Jonathan DruartBug 11552: allow searching on original order number...
2014-04-20 Jonathan DruartBug 11243: UT: unit tests for GetBasketsInfosByBookseller
2014-04-19 Galen CharltonBug 11699: (follow-up) update one more test that uses...
2014-04-19 Jonathan DruartBug 11699: change ModReceiveOrder to used named parameters
2014-01-23 Jonathan DruartBug 11549: Add regression test
2013-11-19 Galen CharltonMerge branch 'new/bug11269' into 3.14.x
2013-11-19 Galen CharltonMerge branch 'new/bug11269'
2013-11-19 Galen CharltonMerge branch 'new/bug8854' into 3.14.x
2013-11-19 Galen CharltonMerge branch 'new/bug8854'
2013-11-19 Galen Charltonbug 8854: fix some invoice search filters
2013-10-30 Galen CharltonBug 7688: (follow-up) update test cases to reflect...
2013-10-22 Jonathan DruartBug 5336: (follow-up) use understandable codes rather...
2013-10-22 Jonathan DruartBug 5336: (follow-up) add unit tests for 3 acq routines
2013-10-21 Jared Camins-EsakovBug 10401: Add ability to merge invoices
2013-09-08 Julian MauriceBug 5349: Use DB transaction/rollback in unit tests
2013-09-08 Julian MauriceBug 5349: Add unit tests for TransferOrder
2013-07-16 Jonathan DruartBug 10275: Use a transaction for OrderFromSubscription.t
2013-07-16 Jonathan DruartBug 10275: UT: OrderFromSubscription.t needs to create...
2013-07-15 Kenza ZakiBug 10575 : GetOrdersByBiblionumber.t needs a database...
2013-05-19 Jared Camins-EsakovMerge branch 'bug_9824' into 3.14-master
2013-05-18 Jared Camins-EsakovMerge branch 'bug_10270' into 3.14-master
2013-05-18 Jonathan DruartBug 10270: Fix shebang
2013-05-18 Jonathan DruartBug 10270: GetOrdersByBiblionumber needs better unit...
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-03-30 Jared Camins-EsakovMerge branch 'bug_9937' into 3.12-master
2013-03-30 Jonathan DruartBug 9937: Add new unit tests for new routines (introduc...