|
Lines 31-37
use C4::Context;
Link Here
|
| 31 |
use C4::Output qw( output_html_with_http_headers ); |
31 |
use C4::Output qw( output_html_with_http_headers ); |
| 32 |
use C4::Items qw( GetItemsForInventory ); |
32 |
use C4::Items qw( GetItemsForInventory ); |
| 33 |
use C4::Koha qw( GetAuthorisedValues ); |
33 |
use C4::Koha qw( GetAuthorisedValues ); |
| 34 |
use C4::Circulation qw( AddReturn ); |
34 |
use C4::Circulation qw( barcodedecode AddReturn ); |
| 35 |
use C4::Reports::Guided qw( ); |
35 |
use C4::Reports::Guided qw( ); |
| 36 |
use C4::Charset qw( NormalizeString ); |
36 |
use C4::Charset qw( NormalizeString ); |
| 37 |
|
37 |
|
| 38 |
- |
|
|