Bugzilla – Attachment 24736 Details for
Bug 10851
Add missing statuses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10851: (follow-up) FIX bad c/p (variable name)
Bug-10851-follow-up-FIX-bad-cp-variable-name.patch (text/plain), 1.90 KB, created by
Jonathan Druart
on 2014-01-27 09:17:02 UTC
(
hide
)
Description:
Bug 10851: (follow-up) FIX bad c/p (variable name)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-27 09:17:02 UTC
Size:
1.90 KB
patch
obsolete
>From bb67b9d830d1d72b07efb8a54af1b39862c087a8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 27 Jan 2014 10:14:35 +0100 >Subject: [PATCH] Bug 10851: (follow-up) FIX bad c/p (variable name) > >In catalogue.detail.tt, a wrong variable loop was used. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >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 61748c6..dc8a367 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -807,10 +807,10 @@ function verify_images() { > [% IF ( latestserial.status2 ) %]Arrived[% END %] > [% IF ( latestserial.status3 ) %]Late[% END %] > [% IF ( latestserial.status4 ) %]Missing[% END %] >- [% IF ( serialslis.status41 ) %]Missing (never received)[% END %] >- [% IF ( serialslis.status42 ) %]Missing (sold out)[% END %] >- [% IF ( serialslis.status43 ) %]Missing (damaged)[% END %] >- [% IF ( serialslis.status44 ) %]Missing (lost)[% END %] >+ [% IF ( latestserial.status41 ) %]Missing (never received)[% END %] >+ [% IF ( latestserial.status42 ) %]Missing (sold out)[% END %] >+ [% IF ( latestserial.status43 ) %]Missing (damaged)[% END %] >+ [% IF ( latestserial.status44 ) %]Missing (lost)[% END %] > [% IF ( latestserial.status5 ) %]Not issued[% END %] > [% IF ( latestserial.status6 ) %]Delete[% END %] > [% IF ( latestserial.status7 ) %]Claimed[% END %] >-- >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 10851
:
20936
|
20958
|
22460
|
22593
|
24119
|
24593
|
24736
|
24987
|
24988
|
24989