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

(-)a/Koha/Item.pm (-1 / +1 lines)
Lines 136-141 sub store { Link Here
136
        }
136
        }
137
137
138
        my %updated_columns = $self->_result->get_dirty_columns;
138
        my %updated_columns = $self->_result->get_dirty_columns;
139
        return $self->SUPER::store unless %updated_columns;
139
        if (    defined $self->location
140
        if (    defined $self->location
140
            and $self->location ne 'CART'
141
            and $self->location ne 'CART'
141
            and $self->location ne 'PROC'
142
            and $self->location ne 'PROC'
142
- 

Return to bug 23463