https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23767
Séverine Queune <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #10 from Séverine Queune <[email protected]> --- Hi Martin, Something is still bothering me with the 'total available'. To me, this total should add the 'total available' for parent funds, and the remove the 'ordered' and 'spent' for child funds. Without the patch, the child amount for 'ordered' and 'spent' are ignored. With the patch, the child 'total available' is added to the global total. Not sure to be enough, so you can find here the I got with the patch (problem with the last amount : I've got 10000€ in excess): PAR1 Parent 1 10 000,00 100,00 0,00 9 900,00 CHILD1 Child 1 5 000,00 0,00 10,00 4 990,00 CHILD2 Child 2 5 000,00 1,00 0,00 4 999,00 PAR2 Parent 2 10 000,00 0,00 0,00 10 000,00 Total 20 000,00 101,00 10,00 29 889,00 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
