Koha/misc/cronjobs
Jonathan Druart 5bd9482550 Bug 13240: Remove some code obfuscation
my $bar;
my $foo = $bar->{borrowernumber} ||= {};
$foo->{one} ||= 'something';
$foo->{two}++;

What does $bar contain?

$VAR1 = {
          'borrowernumber' => {
                                'two' => 1,
                                'bar' => 'something'
                              }
        };

Not really obvious.

Maybe something I did not see is hidden.

Test plan:
Verify the digest for DUE and PREDUE work as before.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-02-10 14:07:59 -03:00
..
holds
rss Bug 9000: Followup to fix tabs & closing TT directive 2014-07-29 16:25:56 -03:00
social_data Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl 2013-05-08 09:52:21 -04:00
thirdparty Bug 11867: MTT: Manage *_PHONE notices 2014-05-02 20:29:20 +00:00
advance_notices.pl Bug 13240: Remove some code obfuscation 2015-02-10 14:07:59 -03:00
automatic_renewals.pl Bug 13377: mark automatic_renewals.pl as executable 2014-12-03 09:35:24 -03:00
backup.sh
batch_anonymise.pl Bug 6506: When AnonymousPatron not set, deletion of issue history silently failed. 2013-05-01 08:44:11 -04:00
build_browser_and_cloud.pl
cart_to_shelf.pl
check-url-quick.pl Bug 11185: fix bug preventing check-url-quick.pl from working 2013-11-15 15:30:20 +00:00
check-url.pl
cleanup_database.pl Bug 12760 - add restrictions purge to cleanup_database.pl (followup 2) 2014-11-07 11:32:31 -03:00
cloud-kw.pl
cloud-sample.conf
CONFIGURE.gmail
create_koc_db.pl
crontab.example Bug 11577: Add an automatic renewal cronjob 2014-09-17 19:23:23 -03:00
delete_expired_opac_registrations.pl Bug 11945: The script should die if the pref are not filled 2014-10-24 10:02:01 -03:00
delete_patrons.pl bug 10419: (follow-up) improvements to the usage text 2013-10-03 22:13:40 +00:00
delete_unverified_opac_registrations.pl
fines.pl Bug 11872 - Lost overdue items should not generate fines 2015-01-07 20:15:55 -03:00
gather_print_notices.pl Bug 11349: Change .tmpl -> .tt in scripts using templates 2014-07-17 11:05:49 -03:00
import_webservice_batch.pl
j2a.pl Bug 10611: Use mysql_auto_reconnect instead of ping 2014-03-10 23:15:35 +00:00
longoverdue.pl Bug 8337: Small typo in usage statement for longoverdue.pl 2014-11-21 18:55:52 -03:00
MARC21_parse_test.pl
nl-sync-from-koha.pl Bug 11401: QA followup 2014-11-14 09:42:45 -03:00
nl-sync-to-koha.pl Bug 11401: Add support for Norwegian national library card 2014-11-14 09:42:23 -03:00
overdue_notices.pl BUG 13468: Overdue notice lists all checked out books 2014-12-17 19:26:05 -03:00
printoverdues.sh Bug 10127 : Printoverdues.sh should tar only pdf files 2013-07-16 15:47:13 +00:00
process_message_queue.pl
purge_suggestions.pl
runreport.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00
serialsUpdate.pl Bug 12003: Do not calculate next pubdate for irregular subscriptions 2014-04-18 20:57:51 +00:00
services_throttle.pl
share_usage_with_koha_community.pl Bug 11926 [Follow-up] HEA - Render community koha statistic usages 2014-10-22 15:17:23 -03:00
staticfines.pl Bug 11872 - Lost overdue items should not generate fines 2015-01-07 20:15:55 -03:00
update_totalissues.pl Bug 12995 - script update_totalissues.pl stops on corrupted record 2014-10-31 14:14:24 -03:00