Andrew Moore a écrit :
> Hi Koha Developers -
>
> After a brief audit of some of the code in misc/cronjobs it looks to
> me that the cronjobs that handle things like overdues, notices, and
> fines could use some work. There's a lot of overlapping functionality
> in the scripts in that directory, an
Hi,
I am comitting myself to fix the many bugs that we encounter at the
moment with subscription management :
- duplicating a subscription is not really handy.
- Editing a subscription requires you to reedit irregularities,
otherwise, they are "forgotten" or you cannot even save the subscription.
-
Hi
I tested yesterday some authorities modification on the fly.
I see two bottlenecks :
a) commits in the database are done on each record processed.
they should be delayed until all the records are processed. At the
moment there is no way using ModBiblio to take control over commits in
the datab