Bugzilla – Attachment 59137 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.24 KB, created by
Gracie
on 2017-01-18 03:16:55 UTC
(
hide
)
Description:
Bug 17691 - add serial subscription
Filename:
MIME Type:
Creator:
Gracie
Created:
2017-01-18 03:16:55 UTC
Size:
1.24 KB
patch
obsolete
>From 3a3ba226d66aed293b84a9afa303c52fb5a1a3ef 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 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 11 +++++++++++ > 1 file changed, 11 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..d1fe76f 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,17 @@ function delete_contact(ev) { > [% END %] > </div> > >+ <div> >+ >+ <div class="subscription-details"> >+ <h2>Subscription Details</h2> >+ <p><strong>This vender has: </strong>[% subscriptioncount %] >+ [% IF subscriptioncount == 1 %] subscription [% ELSE %] subscriptions [% END %] >+ </p> >+ >+ >+ </div> >+ > </div> > > [% IF ( contracts ) %] >-- >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 17691
:
59137
|
59139
|
59178
|
59244
|
59245