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

(-)a/admin/aqplan.pl (+4 lines)
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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +2 lines)
Lines 225-230 Link Here
225
225
226
</form>
226
</form>
227
227
228
        [% ELSIF not budget_period_id %]
229
<div class="dialog alert">No active budget defined. You should define one before continuing.</div>
228
        [% ELSE %]
230
        [% ELSE %]
229
<div class="dialog message">No funds to display for this search criteria</div>
231
<div class="dialog message">No funds to display for this search criteria</div>
230
        [% END %]
232
        [% END %]
231
- 

Return to bug 4502