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

(-)a/t/db_dependent/Koha/AdditionalField.t (-2 / +1 lines)
Lines 30-36 subtest 'effective_authorised_value_category' => sub { Link Here
30
    );
30
    );
31
    $field->store()->discard_changes();
31
    $field->store()->discard_changes();
32
32
33
    is($field->effective_authorised_value_category, '', 'no default category');
33
    is($field->effective_authorised_value_category, undef, 'no default category');
34
34
35
    $field = Koha::AdditionalField->new(
35
    $field = Koha::AdditionalField->new(
36
        {
36
        {
37
- 

Return to bug 35190