Bugzilla – Attachment 59245 Details for
Bug 17691
Add serial subscriptions info on vendor profile page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17691: Does not repeat "subscriptions"
Bug-17691-Does-not-repeat-subscriptions.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2017-01-19 13:29:37 UTC
(
hide
)
Description:
Bug 17691: Does not repeat "subscriptions"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-19 13:29:37 UTC
Size:
1.36 KB
patch
obsolete
>From 27ebdfcb47011e0d69f1e0bc6062ddc2dae9664a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Jan 2017 14:26:49 +0100 >Subject: [PATCH] Bug 17691: Does not repeat "subscriptions" > > Number of subscriptions: X subscriptions >Sound like we repeat "subscriptions" >Replaced with > Number of subscriptions: X > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index 8d8e9fd..25a3d65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -374,13 +374,9 @@ function delete_contact(ev) { > > <div class="subscription-details"> > <h2>Subscription details</h2> >- <p><strong>Number of subscriptions: </strong>[% subscriptioncount %] >- [% IF subscriptioncount == 1 %] subscription [% ELSE %] >- subscriptions [% END %] >- </p> >+ <p><strong>Number of subscriptions: </strong>[% subscriptioncount %]</p> > </div> > >- > </div> > > </div> >-- >2.9.3
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 17691
:
59137
|
59139
|
59178
|
59244
| 59245