http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13022
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Passed QA |Failed QA --- Comment #20 from Tomás Cohen Arazi <[email protected]> --- I think this should be solved on indexing, no calculation on what is the status of the records/items should be done on rendering the results page. If you take a look at C4::Circulation::{AddIssue|AddReturn} you will notice that they call C4::Items::ModItem, which ultimately calls ModZebra... So we should always assume the data we retrieve from Zebra is current... and no calculation should be done outside the resultset... I belive at some point we messed up things A LOT (by adding the <items> thing in the XSLT step... but until someone rewrites all that... I think we should do the search engine-way. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
