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

(-)a/Koha/Item.pm (-2 / +1 lines)
Lines 89-95 sub store { Link Here
89
        $self->itype($self->biblio->biblioitem->itemtype);
89
        $self->itype($self->biblio->biblioitem->itemtype);
90
    }
90
    }
91
91
92
    $self->barcode( barcodedecode( $self->barcode ) );
92
    $self->barcode( C4::Circulation::barcodedecode( $self->barcode ) );
93
93
94
    my $today  = dt_from_string;
94
    my $today  = dt_from_string;
95
    my $action = 'create';
95
    my $action = 'create';
96
- 

Return to bug 26351