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

(-)a/C4/Items.pm (-1 / +1 lines)
Lines 1858-1863 sub ToggleNewStatus { Link Here
1858
            WHERE 1
1858
            WHERE 1
1859
        |;
1859
        |;
1860
        for my $condition ( @$conditions ) {
1860
        for my $condition ( @$conditions ) {
1861
            next unless $condition->{field};
1861
            if (
1862
            if (
1862
                 grep { $_ eq $condition->{field} } @item_columns
1863
                 grep { $_ eq $condition->{field} } @item_columns
1863
              or grep { $_ eq $condition->{field} } @biblioitem_columns
1864
              or grep { $_ eq $condition->{field} } @biblioitem_columns
1864
- 

Return to bug 30366