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

(-)a/xt/api.t (-2 / +2 lines)
Lines 208-214 subtest 'maxlength + enum' => sub { Link Here
208
        patron              => 'Borrower',
208
        patron              => 'Borrower',
209
        patron_category     => 'Category',
209
        patron_category     => 'Category',
210
        vendor              => 'Aqbookseller',
210
        vendor              => 'Aqbookseller',
211
        erm_eholdings_title => 'ErmEholdingsTitle'
211
        erm_eholdings_title => 'ErmEholdingsTitle',
212
        erm_agreement       => 'ErmAgreement'
212
    };
213
    };
213
    plan tests => scalar keys %$def_map;
214
    plan tests => scalar keys %$def_map;
214
    my $schema = Koha::Database->new->schema;
215
    my $schema = Koha::Database->new->schema;
215
- 

Return to bug 40512