Bugzilla – Attachment 46638 Details for
Bug 15573
String and translatability fix to Patron Card Creator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15573: String and translatability fix to Patron Card Creator
SIGNED-OFFBug-15573-String-and-translatability-fix.patch (text/plain), 2.52 KB, created by
Héctor Eduardo Castro Avalos
on 2016-01-14 04:53:40 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15573: String and translatability fix to Patron Card Creator
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-01-14 04:53:40 UTC
Size:
2.52 KB
patch
obsolete
>From 75b45a55088e48a6e495af9033b00b0c5225e23e Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Wed, 13 Jan 2016 23:00:38 +0000 >Subject: [PATCH] [SIGNED-OFF]Bug 15573: String and translatability fix to > Patron Card Creator > >To test: > >1) Go to Tools -> Patron Card Creator -> Manage -> Card batches >2) Confirm the table heading reads 'Patron Count' >3) Edit a batch >4) Click Remove duplicates >5) Confirm it reads 'Duplicates removed from batch number X: Y patron(s)' > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as described. Rewording Ok for translatability purpose >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- > patroncards/manage.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >index 5ae465a..f5dc0f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >@@ -179,7 +179,7 @@ > > [% IF ( duplicate_message ) %] > <div class="dialog message"> >- <strong>[% duplicate_count %] duplicate patron(s) found</strong> and removed from batch [% batch_id %]. >+ <strong>Duplicates removed from batch number [% batch_id %]:</strong> [% duplicate_count %] patron(s) > </div> > [% END %] > >diff --git a/patroncards/manage.pl b/patroncards/manage.pl >index da729b7..9190cd3 100755 >--- a/patroncards/manage.pl >+++ b/patroncards/manage.pl >@@ -70,7 +70,7 @@ my $display_columns = { layout => [ # db column => {col label > {select => {label => 'Select', value => 'profile_id'}}, > ], > batch => [ {batch_id => {label => 'Batch ID', link_field => 0}}, >- {_item_count => {label => 'Item Count', link_field => 0}}, >+ {_item_count => {label => 'Patron Count', link_field => 0}}, > {_action => {label => 'Actions', link_field => 0}}, > {select => {label => 'Select', value => 'batch_id'}}, > ], >-- >2.1.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 15573
:
46624
|
46638
|
46671
|
46678
|
46703
|
46704