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

(-)a/admin/aqbudgetperiods.pl (-2 / +1 lines)
Lines 159-165 elsif ( $op eq 'delete_confirmed' ) { Link Here
159
159
160
# display the form for duplicating
160
# display the form for duplicating
161
elsif ( $op eq 'duplicate_form'){
161
elsif ( $op eq 'duplicate_form'){
162
    my $budgetperiod = GetBudgetPeriod($budget_period_id, $input);
162
    my $budgetperiod = GetBudgetPeriod($budget_period_id);
163
    $template->param(
163
    $template->param(
164
        'duplicate_form' => '1',
164
        'duplicate_form' => '1',
165
        'budget_period_id' => $budget_period_id,
165
        'budget_period_id' => $budget_period_id,
166
- 

Return to bug 10577