Bug 11608: Remove the word 'library' from funds list
The list of funds on the main acq page shows the library's name followed by the word 'library'. I don't think this word is necessary as most libraries have the word 'library' in their names. Even if they don't they probably just want their library name to show without extra words. To test: * Visit the acquisitions module before applying * See the library's name + 'library' above the funds list * Apply patch * Look again at funds list and 'library' should be gone Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Amended patch: remove a space Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
27c312b721
commit
b865e1a024
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
[% IF ( loop_budget ) %]
|
[% IF ( loop_budget ) %]
|
||||||
|
|
||||||
<h3>All available funds[% IF ( branchname ) %] for [% branchname %] library[% END %]</h3>
|
<h3>All available funds[% IF ( branchname ) %] for [% branchname %][% END %]</h3>
|
||||||
|
|
||||||
<!-- <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a>
|
<!-- <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a>
|
||||||
<a href="/cgi-bin/koha/admin/budgetperiods.pl">manage budgets</a><br><br> -->
|
<a href="/cgi-bin/koha/admin/budgetperiods.pl">manage budgets</a><br><br> -->
|
||||||
|
|
Loading…
Reference in a new issue