[Bug 4438] incorrect "Budget total exceeds period allocation" error when editing fund
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4438 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org