The variables have to be exported, not just set. I can't comment about the
technical difference between different fines scripts: in the current version
of Koha they are consolidated into one fines.pl script. Obviously there
used to be differences, but it is much better to have one script in commo
On Wed, Oct 15, 2008 at 6:08 PM, Michael Hafen <[EMAIL PROTECTED]> wrote:
> I'll assume you have the circulation and fines rules setup already for
> overdue fines. Also it sounds like you have Koha version 3, so I'll
> assume you do.
Yes, I'm using version 3 on a Debian Testing:
Koha3.00.00.10
The example crontab file was altered to make it's examples invalid. They
look like lines for cron, not crontab.
Please see the original crontab.example:
http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=blob;f=misc/cronjobs/crontab.example;hb=830d1f19b458fce4ba9c03bd9aa7759e9f698def
--Joe Atzberge
I'll assume you have the circulation and fines rules setup already for
overdue fines. Also it sounds like you have Koha version 3, so I'll
assume you do.
Setting finesMode to "production" is the first step. The next is to
make a cron job to run the script "fines.pl" once a day. There is an
exam