Bug 29865: Fix duplicate includes in circ/returns.pl
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
f88bbdada0
commit
1aa2aa85d9
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ use CGI qw ( -utf8 );
|
|||
use DateTime;
|
||||
|
||||
use C4::Auth qw( get_template_and_user get_session haspermission );
|
||||
use C4::Output qw( output_html_with_http_headers );
|
||||
use C4::Circulation qw( barcodedecode GetBranchItemRule AddReturn updateWrongTransfer LostItem );
|
||||
use C4::Reserves qw( ModReserve ModReserveAffect GetOtherReserves );
|
||||
use C4::Circulation qw( barcodedecode GetBranchItemRule AddReturn updateWrongTransfer LostItem );
|
||||
use C4::Context;
|
||||
use C4::Items qw( ModItemTransfer );
|
||||
|
|
Loading…
Reference in a new issue