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

(-)a/tools/batch_record_modification.pl (-3 / +2 lines)
Lines 84-91 if ( $op eq 'form' ) { Link Here
84
        view => 'form',
84
        view => 'form',
85
        lists => scalar Koha::Virtualshelves->search(
85
        lists => scalar Koha::Virtualshelves->search(
86
            [
86
            [
87
                { category => 1, owner => $loggedinuser },
87
                { public => 0, owner => $loggedinuser },
88
                { category => 2 }
88
                { public => 1 }
89
            ]
89
            ]
90
        )
90
        )
91
    );
91
    );
92
- 

Return to bug 28959