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

(-)a/C4/Items.pm (-1 / +3 lines)
Lines 1779-1784 sub _do_column_fixes_for_mod { Link Here
1779
    if (exists $item->{'location'} && !exists $item->{'permanent_location'}) {
1779
    if (exists $item->{'location'} && !exists $item->{'permanent_location'}) {
1780
        $item->{'permanent_location'} = $item->{'location'};
1780
        $item->{'permanent_location'} = $item->{'location'};
1781
    }
1781
    }
1782
    if (exists $item->{'timestamp'}) {
1783
        delete $item->{'timestamp'};
1784
    }
1782
}
1785
}
1783
1786
1784
=head2 _get_single_item_column
1787
=head2 _get_single_item_column
1785
- 

Return to bug 5690