Revert "Bug 8567: Set output directory for fines.pl in cron config created by the...
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 4 Jul 2014 18:06:26 +0000 (15:06 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 4 Jul 2014 18:08:23 +0000 (15:08 -0300)
This reverts commit 0162453a1cf20f5037bdda1cdeb662283f05f5f0.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

debian/koha-common.cron.daily

index 1f540cd..2f899b0 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t
-koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl --out /var/log/koha/__instancename__
+koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl
 koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/advance_notices.pl -c
 koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1
 koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1