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

(-)a/admin/aqbudgets.pl (-2 / +1 lines)
Lines 253-259 if ($op eq 'add_form') { Link Here
253
            $template->param(error_not_authorised_to_modify => 1);
253
            $template->param(error_not_authorised_to_modify => 1);
254
        }
254
        }
255
    } else {
255
    } else {
256
        AddBudget( $budget_hash );
256
        $budget_hash->{budget_id} = AddBudget( $budget_hash );
257
        ModBudgetUsers($budget_hash->{budget_id}, @budgetusersid);
257
        ModBudgetUsers($budget_hash->{budget_id}, @budgetusersid);
258
    }
258
    }
259
    $op = 'list';
259
    $op = 'list';
260
- 

Return to bug 12956