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

(-)a/acqui/acqui-home.pl (+1 lines)
Lines 127-132 $template->param( Link Here
127
    totordered_active   => $totordered_active,
127
    totordered_active   => $totordered_active,
128
    totavail_active     => $totavail_active,
128
    totavail_active     => $totavail_active,
129
    suggestions_count   => $suggestions_count,
129
    suggestions_count   => $suggestions_count,
130
    currency      => GetCurrency(),
130
);
131
);
131
132
132
output_html_with_http_headers $query, $cookie, $template->output;
133
output_html_with_http_headers $query, $cookie, $template->output;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 98-103 $(document).ready(function() { Link Here
98
[% INCLUDE 'acquisitions-toolbar.inc' %]
98
[% INCLUDE 'acquisitions-toolbar.inc' %]
99
99
100
<h1>Acquisitions</h1>
100
<h1>Acquisitions</h1>
101
    [% INCLUDE 'budgets-active-currency.inc' %]
101
    [% UNLESS ( loop_budget ) %]
102
    [% UNLESS ( loop_budget ) %]
102
        [% IF ( CAN_user_acquisition_period_manage ) %]
103
        [% IF ( CAN_user_acquisition_period_manage ) %]
103
        <div class="dialog alert">You must <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget</a> in Administration</div>
104
        <div class="dialog alert">You must <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget</a> in Administration</div>
104
- 

Return to bug 15049