Bugzilla – Attachment 42821 Details for
Bug 14131
Patroncard: Add possibility to print from patron lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Follow-up]Bug 14131 - Fix typo in print.tt
Follow-upBug-14131---Fix-typo-in-printtt.patch (text/plain), 1.59 KB, created by
Marc Véron
on 2015-09-23 15:45:35 UTC
(
hide
)
Description:
[Follow-up]Bug 14131 - Fix typo in print.tt
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-09-23 15:45:35 UTC
Size:
1.59 KB
patch
obsolete
>From 3df0595578a1c171d0792dd92f80192fa35d12fd Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 23 Sep 2015 02:29:08 +0200 >Subject: [PATCH] [Follow-up]Bug 14131 - Fix typo in print.tt > >Superfluous 'a' removed in koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt line 54 >(See comment #9) >-MV >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >index 1af7f24..6d5aafe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt >@@ -51,7 +51,7 @@ > [% IF ( label_ids ) %] > [% IF ( card_count == 1 ) %]Exporting [% card_count %] patroncard[% ELSE %]Exporting [% card_count %] patroncards[% END %] > [% ELSIF ( borrower_numbers ) %] >- [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count %] patroncard[% ELSE %]Exporting [% borrower_count %] patroncards[% END %]a >+ [% IF ( borrower_count == 1 ) %]Exporting [% borrower_count %] patroncard[% ELSE %]Exporting [% borrower_count %] patroncards[% END %] > [% ELSIF ( patronlist_id ) %] Exporting from patron list > [% ELSE %] > [% IF ( multi_batch_count == 1 ) %][% multi_batch_count %] batch to export[% ELSE %][% multi_batch_count %] batches to export[% END %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14131
:
38792
|
38875
|
38876
|
42491
|
42821
|
43414
|
43415
|
43544
|
43805
|
43806
|
45634
|
45635
|
45636