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

(-)a/Koha/Item.pm (-5 lines)
Lines 198-207 sub store { Link Here
198
198
199
    }
199
    }
200
200
201
    unless ( $self->dateaccessioned ) {
202
        $self->dateaccessioned($today);
203
    }
204
205
    my $result = $self->SUPER::store;
201
    my $result = $self->SUPER::store;
206
    if ( $log_action && C4::Context->preference("CataloguingLog") ) {
202
    if ( $log_action && C4::Context->preference("CataloguingLog") ) {
207
        $action eq 'create'
203
        $action eq 'create'
208
- 

Return to bug 29958