Bugzilla – Attachment 3714 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]
Patch including ISSN in display
0001-Bug-3803-Show-ISSN-in-orderline-of-basket-display.patch (text/plain), 1.69 KB, created by
Colin Campbell
on 2011-04-05 16:04:55 UTC
(
hide
)
Description:
Patch including ISSN in display
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-04-05 16:04:55 UTC
Size:
1.69 KB
patch
obsolete
>From 69e0d95a35244872424047056f3e9db307f5437e 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] 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 >--- > .../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 aaa7462..e0fad82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl >@@ -255,6 +255,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.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 3803
:
3714
|
3723