Bugzilla – Attachment 3723 Details for
Bug 3803
Show PO Number and ISSN in orderline of basket display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-SIGNED-OFF-Bug-3803-Show-ISSN-in-orderline-of-basket.patch (text/plain), 1.75 KB, created by
Katrin Fischer
on 2011-04-06 08:14:33 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-06 08:14:33 UTC
Size:
1.75 KB
patch
obsolete
>From ab2d1318a9a2e094fd429d45181e74b32f97a2c3 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Tue, 5 Apr 2011 16:49:39 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 3803 Show ISSN in orderline of basket display >Content-Type: text/plain; charset="utf-8" > >Where an item possesses an ISSN is may be of equal or greater >importance to acquisitions staff as the ISBN so include it in >the display > >Sponsered by UNFAO, Rome > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../prog/en/modules/acqui/basket.tmpl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl >index 02b0a06..6a3044b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl >@@ -262,6 +262,7 @@ > <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" ESCAPE="html" --></a> by <!-- TMPL_VAR NAME="author" --> > <!-- TMPL_IF name="notes" --> <!--TMPL_VAR name="notes" --><!-- /TMPL_IF --> > <!-- TMPL_IF name="isbn"--> - <!-- TMPL_VAR name="isbn" --><!-- /TMPL_IF --> >+ <!-- TMPL_IF name="issn"--> - <!-- TMPL_VAR name="issn" --><!-- /TMPL_IF --> > <!-- TMPL_IF name="publishercode" -->, <!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF --> > <!-- TMPL_IF name="publicationyear" -->, <!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF --> > </p> >-- >1.7.1 >
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 3803
:
3714
| 3723