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

(-)a/t/db_dependent/ILSDI_Services.t (-2 / +1 lines)
Lines 150-156 $schema->resultset( 'Branch' )->delete_all; Link Here
150
        source => 'Borrower',
150
        source => 'Borrower',
151
        value  => {
151
        value  => {
152
            categorycode => $cat->{'categorycode'},
152
            categorycode => $cat->{'categorycode'},
153
            branchcode   => $lib,
153
            branchcode   => $lib->{'branchcode'},
154
        }
154
        }
155
    } );
155
    } );
156
156
157
- 

Return to bug 16155