Lines 134-139
sub store {
Link Here
|
134 |
} |
134 |
} |
135 |
|
135 |
|
136 |
my %updated_columns = $self->_result->get_dirty_columns; |
136 |
my %updated_columns = $self->_result->get_dirty_columns; |
|
|
137 |
return $self->SUPER::store unless %updated_columns; |
137 |
if ( defined $self->location |
138 |
if ( defined $self->location |
138 |
and $self->location ne 'CART' |
139 |
and $self->location ne 'CART' |
139 |
and $self->location ne 'PROC' |
140 |
and $self->location ne 'PROC' |
140 |
- |
|
|