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

(-)a/tools/batch_delete_records.pl (-3 / +2 lines)
Lines 56-63 if ( $op eq 'form' ) { Link Here
56
        op => 'form',
56
        op => 'form',
57
        lists => scalar Koha::Virtualshelves->search(
57
        lists => scalar Koha::Virtualshelves->search(
58
            [
58
            [
59
                { category => 1, owner => $loggedinuser },
59
                { public => 0, owner => $loggedinuser },
60
                { category => 2 }
60
                { public => 1 }
61
            ]
61
            ]
62
        )
62
        )
63
    );
63
    );
64
- 

Return to bug 28959