Bugzilla – Attachment 38172 Details for
Bug 14018
Ordering from suggestion shows 'copy. year:2014'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14018 - Ordering from suggestion shows 'copy. year:2014'
Bug-14018---Ordering-from-suggestion-shows-copy-ye.patch (text/plain), 2.58 KB, created by
Marc Véron
on 2015-04-20 10:28:19 UTC
(
hide
)
Description:
Bug 14018 - Ordering from suggestion shows 'copy. year:2014'
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-04-20 10:28:19 UTC
Size:
2.58 KB
patch
obsolete
>From 5d7823dc7be3c2199fc305ce0ec10f5a782d617b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Mon, 20 Apr 2015 12:21:12 +0200 >Subject: [PATCH] Bug 14018 - Ordering from suggestion shows 'copy. year:2014' > >This patch fixes some minor display issues in 'Add order from a suggestion' > >To test: >- Add order form a suggestion >- The copyright date iss dispayed like 'copy.year:2015' >- Apply patch >- The copyright date now displays as (copyright sign) 2014, similar to the display in suggestion management >--- > .../prog/en/modules/acqui/newordersuggestion.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >index 9411489..11ab144 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >@@ -55,12 +55,12 @@ > <td> > <p>[% suggestions_loo.title |html %] - [% suggestions_loo.author %]</p> > <p> >- [% IF ( suggestions_loo.copyrightdate ) %]copy. year:[% suggestions_loo.copyrightdate %] [% END %] >- [% IF ( suggestions_loo.volumedesc ) %]volume:<i>[% suggestions_loo.volumedesc %]</i> [% END %] >- [% IF ( suggestions_loo.isbn ) %]ISBN :<i>[% suggestions_loo.isbn %]</i> [% END %] >- [% IF ( suggestions_loo.publishercode ) %]<br />published by:[% suggestions_loo.publishercode %] [% END %] >+ [% IF ( suggestions_loo.copyrightdate ) %]© [% suggestions_loo.copyrightdate %] [% END %] >+ [% IF ( suggestions_loo.volumedesc ) %]volume: <i>[% suggestions_loo.volumedesc %]</i> [% END %] >+ [% IF ( suggestions_loo.isbn ) %]ISBN: <i>[% suggestions_loo.isbn %]</i> [% END %] >+ [% IF ( suggestions_loo.publishercode ) %]<br />published by: [% suggestions_loo.publishercode %] [% END %] > [% IF ( suggestions_loo.publicationyear ) %] in <i>[% suggestions_loo.publicationyear %]</i> [% END %] >- [% IF ( suggestions_loo.place ) %] at <i>[% suggestions_loo.place %]</i> [% END %] >+ [% IF ( suggestions_loo.place ) %] in <i>[% suggestions_loo.place %]</i> [% END %] > [% IF ( suggestions_loo.note ) %]<p><i>([% suggestions_loo.note %])</i></p> [% END %] > </p> > </td> >-- >1.7.10.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 14018
:
38154
|
38169
|
38172
|
38609
|
38615