Lines 25-38
use strict;
Link Here
|
25 |
#use warnings; FIXME - Bug 2505 |
25 |
#use warnings; FIXME - Bug 2505 |
26 |
use C4::Context; |
26 |
use C4::Context; |
27 |
use C4::Biblio qw( GetBiblioData GetBiblio ); |
27 |
use C4::Biblio qw( GetBiblioData GetBiblio ); |
28 |
use C4::Members qw( GetMember GetAge GetNoticeEmailAddress ); |
28 |
use C4::Members qw( GetMember GetNoticeEmailAddress ); |
29 |
use C4::Items qw( GetItem GetItemnumbersForBiblio get_hostitemnumbers_of ModItem ModItemTransfer CartToShelf ); |
29 |
use C4::Items qw( GetItem GetItemnumbersForBiblio get_hostitemnumbers_of ModItem ModItemTransfer CartToShelf ); |
30 |
use C4::Circulation qw( GetAgeRestriction _GetCircControlBranch GetBranchItemRule ); |
30 |
use C4::Circulation qw( GetAgeRestriction _GetCircControlBranch GetBranchItemRule ); |
31 |
use C4::Accounts qw( getnextacctno manualinvoice ); |
31 |
use C4::Accounts qw( getnextacctno manualinvoice ); |
32 |
|
32 |
|
33 |
# for _koha_notify_reserve |
33 |
# for _koha_notify_reserve |
34 |
use C4::Members qw( GetMember GetAge GetNoticeEmailAddress ); |
34 |
use C4::Members qw( GetMember GetNoticeEmailAddress ); |
35 |
use C4::Members qw( GetMember GetAge GetNoticeEmailAddress ); |
35 |
use C4::Members qw( GetMember GetNoticeEmailAddress ); |
36 |
use C4::Letters qw( GetPreparedLetter EnqueueLetter ); |
36 |
use C4::Letters qw( GetPreparedLetter EnqueueLetter ); |
37 |
use C4::Log qw( logaction ); |
37 |
use C4::Log qw( logaction ); |
38 |
|
38 |
|