Bugzilla – Attachment 52095 Details for
Bug 14897
Header name mismatch in ./modules/catalogue/detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14897 - Header name mismatch in ./modules/catalogue/detail.tt
Bug-14897---Header-name-mismatch-in-modulescatalog.patch (text/plain), 1.45 KB, created by
Jonathan Druart
on 2016-06-06 19:18:08 UTC
(
hide
)
Description:
Bug 14897 - Header name mismatch in ./modules/catalogue/detail.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-06 19:18:08 UTC
Size:
1.45 KB
patch
obsolete
>From c9bc1b05b50edd0861eaf757e2726b485e3e44ca Mon Sep 17 00:00:00 2001 >From: Dimitris Antonakis <dimantonak@gmail.com> >Date: Sat, 4 Jun 2016 16:00:47 +0300 >Subject: [PATCH] Bug 14897 - Header name mismatch in > ./modules/catalogue/detail.tt > >We changed the detail.tt file for staff interface from Publication details to >"Serial enumeration / chronology" to match the cataloguing editor. > >Signed-off-by: Joy Nelson <joy@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index fee31d8..e8de754 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -593,7 +593,7 @@ function verify_images() { > <th>Status</th> > <th>Last seen</th> > <th>Barcode</th> >- [% IF ( volinfo ) %]<th>Publication details</th>[% END %] >+ [% IF ( volinfo ) %]<th>Serial enumeration / chronology</th>[% END %] > [% IF ( itemdata_uri ) %]<th>url</th>[% END %] > [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %] > [% IF ( itemdata_stocknumber ) %]<th>Inventory number</th>[% END %] >-- >2.8.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 14897
:
42870
|
42871
|
52053
|
52056
| 52095