View | Details | Raw Unified | Return to bug 39345
Collapse All | Expand All

(-)a/Koha/ERM/EUsage/COUNTER/5_1.pm (-1 / +1 lines)
Lines 104-110 sub get_counter51_value { Link Here
104
    }
104
    }
105
}
105
}
106
106
107
=head3 _get_SUSHI_Name_Value
107
=head3 get_mapped_SUSHI_values
108
108
109
    Given a SUSHI response, get the value for the given key in the correct format for the COUNTER report
109
    Given a SUSHI response, get the value for the given key in the correct format for the COUNTER report
110
    https://counter5.cambridge.org/r51/sushi-docs/
110
    https://counter5.cambridge.org/r51/sushi-docs/
(-)a/t/db_dependent/Koha/ERM/EUsage/COUNTER_5.1/CounterFile.t (-2 / +2 lines)
Lines 17-24 Link Here
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
20
# use Test::NoWarnings;
20
use Test::NoWarnings;
21
use Test::More tests => 2;
21
use Test::More tests => 3;
22
22
23
use Koha::Database;
23
use Koha::Database;
24
use Koha::ERM::EUsage::CounterFile;
24
use Koha::ERM::EUsage::CounterFile;
(-)a/t/db_dependent/Koha/ERM/EUsage/COUNTER_5.1/SushiCounter.t (-3 / +2 lines)
Lines 17-24 Link Here
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
20
# use Test::NoWarnings;
20
use Test::NoWarnings;
21
use Test::More tests => 18;
21
use Test::More tests => 19;
22
22
23
use Koha::ERM::EUsage::SushiCounter;
23
use Koha::ERM::EUsage::SushiCounter;
24
use Koha::Database;
24
use Koha::Database;
25
- 

Return to bug 39345