Koha/t/db_dependent/Circulation
Jonathan Druart 41a8005d10 Bug 28606: Remove $DEBUG and $ENV{DEBUG}
We should remove the debug statements or use Koha::Logger when we want
to keep it.

Test plan:
Confirm that occurrences of remaining occurrences of DEBUG need to be
kept (historical scripts for instance)
Confirm that the occurrences removed by this patch can be removed
Confirm that the occurrences replaced by Koha::Logger are correct

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Looks good to me, noting a few minor points on BZ.

JD amended patch: replace "warn #Finished" with "#warn Finished", and
put the statement on a single line

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-06-24 11:53:44 +02:00
..
IssuingRules Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
Branch.t Bug 28520: Allow creating a transfer back automatically if a hold is canceled during transit 2021-06-15 16:41:47 +02:00
CalcDateDue.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
CalcFine.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
CheckIfIssuedToPatron.t Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
CheckValidBarcode.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
dateexpiry.t Bug 28606: Remove $DEBUG and $ENV{DEBUG} 2021-06-24 11:53:44 +02:00
GetHardDueDate.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
GetPendingOnSiteCheckouts.t Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
GetTopIssues.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
IsItemIssued.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
issue.t Bug 21301: (QA follow-up) Fix number of tests 2021-01-12 11:17:33 +01:00
MarkIssueReturned.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
NoIssuesChargeGuarantees.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
OfflineOperation.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
ReturnClaims.t Bug 25552: Simplify tests using build_sample_item 2021-02-01 17:25:22 +01:00
Returns.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
StoreLastBorrower.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
SwitchOnSiteCheckouts.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
TooMany.t Bug 26132: (follow-up) Add test to show errors in max issues amount calculation 2020-11-04 17:32:35 +01:00
transferbook.t Bug 27064: Correct transferbook.t tests to reflect new behaviour of transferbook() 2021-06-15 11:42:35 +02:00
transfers.t Bug 27896: Remove DeleteTransfer 2021-04-23 11:58:49 +02:00