Bugzilla – Attachment 59244 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 - add serial subscription
Bug-17691---add-serial-subscription.patch (text/plain), 1.43 KB, created by
Jonathan Druart
on 2017-01-19 13:29:29 UTC
(
hide
)
Description:
Bug 17691 - add serial subscription
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-19 13:29:29 UTC
Size:
1.43 KB
patch
obsolete
>From f2ee1b66591c9d1cf236dfed4571400d171e7019 Mon Sep 17 00:00:00 2001 >From: Grace McKenzie <grace.mcky@gmail.com> >Date: Wed, 18 Jan 2017 02:20:05 +0000 >Subject: [PATCH] Bug 17691 - add serial subscription > >Adding some subscription information to the vendor page > >To test >- Search for a vendor, access profile >- Under Contact, Subscription details > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Fixed a missing </div> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > >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 e02dabf..8d8e9fd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -370,6 +370,19 @@ function delete_contact(ev) { > [% END %] > </div> > >+ <div> >+ >+ <div class="subscription-details"> >+ <h2>Subscription details</h2> >+ <p><strong>Number of subscriptions: </strong>[% subscriptioncount %] >+ [% IF subscriptioncount == 1 %] subscription [% ELSE %] >+ subscriptions [% END %] >+ </p> >+ </div> >+ >+ >+ </div> >+ > </div> > > [% IF ( contracts ) %] >-- >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