use Getopt::Long;
use Carp;
use File::Spec;
use Try::Tiny;
use Koha::Calendar;
use Koha::DateUtils;
exit;
}
my $script_handler = Koha::Scrip->new(
{
script => $0,
use_lock => 1
);
try {
$script_handler->lock_exec;
catch {
my $message = "Skipping execution of $0 ($_)";
print STDERR $message
if $verbose;
cronlogaction( $message );
cronlogaction();
my @borrower_fields =
-