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