http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557 --- Comment #23 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Paul, (In reply to comment #22)
Some questions about this patch: * why do you use a cronjob instead of UPDATing when there is any circulation. The items.issues field is updated this way, for consistency biblioitems.totalissue should be too
Updating the biblio at circ is very expensive. It is much better not to edit the bib record at all at circulation. By making the update-at-circ optional, we won't be giving any libraries with underpowered servers an unpleasant shock.
* I can't see a case where a library would want NOT to record totalissue. Thus, I can't see a case where the syspref would be set to 0. So, is the syspref needed ? The fact that you declared this bug as "normal" and not as "enhancement" make me feel it's more a bugguy behaviour thant something the library would be able to change.
-- You are receiving this mail because: You are watching all bug changes.