http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4438
--- Comment #11 from Katrin Fischer <[email protected]> 2012-01-15 19:02:46 UTC --- Hi Fred, can you give me a test plan to reproduce the problem? I checked the lines you mention on current master and they seem unchanged. But I am not sure the problem is still there. 99 if ( $parent_id) { 100 if ( ($total > $sub_unalloc ) && $sub_unalloc ) { 101 $returncode = 1; 102 } 103 } elsif ( ( $total > $budget_period_unalloc ) && $budget_period_unalloc ) { 104 $returncode = 2; 105 106 } else { 107 $returncode = 0; 108 } -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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/
