View | Details | Raw Unified | Return to bug 11644
Collapse All | Expand All

(-)a/admin/check_parent_total.pl (-1 / +4 lines)
Lines 96-101 else { Link Here
96
    $budget_period_unalloc = $period->{'budget_period_total'} - $period_sum->{'sum'} if $period->{'budget_period_total'};
96
    $budget_period_unalloc = $period->{'budget_period_total'} - $period_sum->{'sum'} if $period->{'budget_period_total'};
97
}
97
}
98
98
99
$total                 = sprintf( "%.2f", $total );
100
$sub_unalloc           = sprintf( "%.2f", $sub_unalloc );
101
$budget_period_unalloc = sprintf( "%.2f", $budget_period_unalloc );
102
99
if ( $parent_id) {
103
if ( $parent_id) {
100
    if ( ($total > $sub_unalloc ) && $sub_unalloc )  {
104
    if ( ($total > $sub_unalloc ) && $sub_unalloc )  {
101
        $returncode = 1;
105
        $returncode = 1;
102
- 

Return to bug 11644