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

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

Return to bug 4502