From 3740ba2c755e9759896b1fbb439259403bff722f Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 24 Jan 2014 08:34:27 -0600 Subject: [PATCH] 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 Amended patch: remove a space Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Galen Charlton (cherry picked from commit b865e1a024331fbbb76570f84afc9302a7340f7d) Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall (cherry picked from commit 740bd016a035d4e8b2fcfc385c10dbbe979ec227) --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt index b029b3fd7f..aff69e74c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -96,7 +96,7 @@ $(document).ready(function() { [% IF ( loop_budget ) %] -

All available funds[% IF ( branchname ) %] for [% branchname %] library[% END %]

+

All available funds[% IF ( branchname ) %] for [% branchname %][% END %]

-- 2.39.5