[Bug 637] issuingbranch is NULL in issues and statistics
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=637 chris@katipo.co.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal ------- Additional Comments From chris@katipo.co.nz 2003-10-28 09:00 ------- Yep, these are good points. You can find all the information out by doing joins with the issues, and items and biblioitems tables. But that involves high overhead for a big library. So it would be better to store the information in the stats table. All apart from branch for renewals, that one is a little tricky because its not nessecarily renewed at a branch. Ie if the borrower renews it, or if its renwed by a librarian on the moremember.pl screen. In both these places a branch value isnt set. We could store the branch if its renewed using circulation.pl though. I think that as we have all the information stored in the database just would be more efficient to store it in the statistics table also, ill downgrade this to normal ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz