Bugzilla – Attachment 102955 Details for
Bug 25146
Move reconcile_balances.pl script into maintenance directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25146: Move reconcile_balances.pl script into maintenance directory
Bug-25146-Move-reconcilebalancespl-script-into-mai.patch (text/plain), 1.44 KB, created by
Katrin Fischer
on 2020-04-14 22:39:03 UTC
(
hide
)
Description:
Bug 25146: Move reconcile_balances.pl script into maintenance directory
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-04-14 22:39:03 UTC
Size:
1.44 KB
patch
obsolete
>From 25369d3445e6e89094890cdf25d275faf9e87e44 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 12 Apr 2020 14:14:05 +0000 >Subject: [PATCH] Bug 25146: Move reconcile_balances.pl script into maintenance > directory > >This moves the reconcile_balances.pl script from the cronjobs >to the maintenance directory. It's still useful if you want >to start using AccountAutoReconcile to clean your data up >at the beginning, but is not supposed to run regularly in cron. > >To test: >- Verify the file has been moved >- Run the script and verify it still works >--- > misc/{cronjobs => maintenance}/reconcile_balances.pl | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > rename misc/{cronjobs => maintenance}/reconcile_balances.pl (96%) > >diff --git a/misc/cronjobs/reconcile_balances.pl b/misc/maintenance/reconcile_balances.pl >similarity index 96% >rename from misc/cronjobs/reconcile_balances.pl >rename to misc/maintenance/reconcile_balances.pl >index 0dcae6cb13..0fec27f1e2 100755 >--- a/misc/cronjobs/reconcile_balances.pl >+++ b/misc/maintenance/reconcile_balances.pl >@@ -19,15 +19,12 @@ > > =head1 NAME > >-reconcile_balances.pl - cron script to reconcile patron's balances >+reconcile_balances.pl - maintenance script to reconcile patrons' balances > > =head1 SYNOPSIS > > ./reconcile_balances.pl > >-or, in crontab: >-0 1 * * * reconcile_balances.pl >- > =head1 DESCRIPTION > > This script loops through patrons with outstanding credits and proceeds >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25146
:
102954
| 102955