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

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

Return to bug 26351