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

(-)a/t/db_dependent/Koha/Plugins/Holds_hooks.t (-3 / +2 lines)
Lines 103-109 subtest 'Koha::Hold tests' => sub { Link Here
103
        {
103
        {
104
            class => 'Koha::Holds',
104
            class => 'Koha::Holds',
105
            value => {
105
            value => {
106
                borrowernumber => $patron->id,
106
                borrowernumber => $patron->id, found => undef,
107
            }
107
            }
108
        }
108
        }
109
    );
109
    );
Lines 118-124 subtest 'Koha::Hold tests' => sub { Link Here
118
        {
118
        {
119
            class => 'Koha::Holds',
119
            class => 'Koha::Holds',
120
            value => {
120
            value => {
121
                borrowernumber => $patron->id,
121
                borrowernumber => $patron->id, found => undef,
122
            }
122
            }
123
        }
123
        }
124
    );
124
    );
125
- 

Return to bug 30072