Lines 16-23
my @all_koha_dirs = qw( acqui admin authorities basket C4 catalogue cataloguing
Link Here
|
16 |
labels members misc offline_circ opac patroncards reports reserve reviews rotating_collections |
16 |
labels members misc offline_circ opac patroncards reports reserve reviews rotating_collections |
17 |
serials sms suggestion t tags test tools virtualshelves); |
17 |
serials sms suggestion t tags test tools virtualshelves); |
18 |
|
18 |
|
19 |
my @dirs = qw( acqui admin authorities basket circ debian errors offline_circ reserve reviews rotating_collections |
19 |
my @dirs = qw( acqui admin authorities basket catalogue circ debian errors offline_circ reserve |
20 |
serials sms virtualshelves ); |
20 |
reviews rotating_collections serials sms virtualshelves ); |
21 |
|
21 |
|
22 |
if ( not $ENV{TEST_QA} ) { |
22 |
if ( not $ENV{TEST_QA} ) { |
23 |
my $msg = 'Author test. Set $ENV{TEST_QA} to a true value to run'; |
23 |
my $msg = 'Author test. Set $ENV{TEST_QA} to a true value to run'; |
24 |
- |
|
|