Lines 106-111
if ( $budget_period_locked == 1 && not defined $show_actual ) {
Link Here
|
106 |
|
106 |
|
107 |
$authcat = 'Asort1' if not defined $authcat; # defaults to Asort if no authcat given |
107 |
$authcat = 'Asort1' if not defined $authcat; # defaults to Asort if no authcat given |
108 |
|
108 |
|
|
|
109 |
# If no active budget is defined, budget_period_id is undef |
110 |
# This is the behavior of GetBudgetPeriod |
111 |
$authcat = '' unless $budget_period_id; |
112 |
|
109 |
my $budget_id = $input->param('budget_id'); |
113 |
my $budget_id = $input->param('budget_id'); |
110 |
my $op = $input->param("op"); |
114 |
my $op = $input->param("op"); |
111 |
|
115 |
|