use vars qw(@ISA @EXPORT);
BEGIN {
# set the version for version checking
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(
use vars qw();
}
=head1 NAME
use C4::Bookseller::Contact;
our @EXPORT_OK = qw(
GetBooksellersWithLateOrders
ModBookseller
use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
&GetBranchName
@EXPORT = qw(&BreedingSearch &Z3950Search &Z3950SearchAuth);
use C4::Context;
&GetLetters &GetLettersAvailableForALibrary &GetLetterTemplates &DelLetter &GetPreparedLetter &GetWrappedLetter &addalert &getalert &delalert &findrelatedto &SendAlerts &GetPrintMessages &GetMessageTransportTypes
@EXPORT = qw(&logaction &cronlogaction &GetLogStatus &displaylog &GetLogs);
use Koha::AuthUtils qw(hash_password);
use Koha::Database;
our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
our (@ISA,@EXPORT,@EXPORT_OK,$debug);
use Module::Load::Conditional qw( can_load );
if ( ! can_load( modules => { 'Koha::NorwegianPatronDB' => undef } ) ) {
our ($csv, $AttributeTypes);
@EXPORT_OK = qw(GetBorrowerAttributes GetBorrowerAttributeValue CheckUniqueness SetBorrowerAttributes
DeleteBorrowerAttribute UpdateBorrowerAttribute
push @EXPORT, qw(
@EXPORT = qw(&NetworkPrint);
use C4::Debug;
use Koha::AuthorisedValues;
=cut
@EXPORT = qw(getreview savereview updatereview numberofreviews numberofreviewsbybiblionumber
use C4::Biblio qw(GetMarcSubfieldStructureFromKohaField);
use Koha::SimpleMARC qw(read_field);
use Schedule::At;
@EXPORT =
use MARC::Field;
use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $DEBUG);
$DEBUG = ($ENV{DEBUG}) ? 1 : 0;
our $debug;
&UpdateStats
Koha::Calendar - Object containing a branches calendar
=head1 VERSION
This documentation refers to Koha::Calendar version 0.0.1
=head1 SYNOPSIS
use Koha::Calendar
use Carp;
use base 'Exporter';
use version; our $VERSION = qv('1.0.0');
our @EXPORT = (
qw( dt_from_string output_pref format_sqldatetime )
use DateTime;
our %EXPORT_TAGS = ( all => [qw(
NLCheckSysprefs
use Exporter ();
our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
@EXPORT = qw(printpdf);
use Data::Dumper;
use vars qw($debug $dbh $VERSION);
use vars qw($debug $dbh);
$dbh = C4::Context->dbh;
$VERSION = "1.00";
sub get_counts() {
my $query = q(
use vars qw($VERSION);
# find Koha's Perl modules
# test carefully before changing this
use FindBin;
eval { require "$FindBin::Bin/../kohalib.pl" };
$VERSION = 0.03;
use Encode;
$VERSION = 0.22;
$VERSION = 0.02;
-