http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from Paul Poulain <[email protected]> --- (In reply to comment #10) > The report works only with "Pay fines" > and not when we create manual invoice or credit A "manual invoice" should not appear in this report, we agree. but a manual credit should, that's why the patch failed QA The SQL request should not be "accounttype ='Pay' " but "accounttype in('L','Pay')" -- You are receiving this mail because: You are the QA Contact for the bug. 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/
