|
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 $plugin_action = 'create'; |
95 |
my $plugin_action = 'create'; |
| 96 |
- |
|
|