From 6cf8a5fcebea94466576824ea660e4258749542e Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Tue, 12 Apr 2011 16:22:55 +0100 Subject: [PATCH] Bug 6174: Fix ordering of existing title Content-Type: text/plain; charset="utf-8" basketno was treated as local to the resultsloop also changed the tt variable name for readability --- .../prog/en/modules/acqui/neworderbiblio.tt | 24 ++++++++++---------- 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt index 9d24e63..44b7b3c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -45,29 +45,29 @@ Copyright   - [% FOREACH resultsloo IN resultsloop %] + [% FOREACH biblio IN resultsloop %] -

[% resultsloo.title |html %] - [% IF ( resultsloo.author ) %] by [% resultsloo.author %],[% END %]

-

[% IF ( resultsloo.isbn ) %] [% resultsloo.isbn %][% END %] - [% IF ( resultsloo.pages ) %] - [% resultsloo.pages %][% END %] - [% IF ( resultsloo.notes ) %] : [% resultsloo.notes %][% END %] - [% IF ( resultsloo.size ) %] ; [% resultsloo.size %][% END %] +

[% biblio.title |html %] + [% IF ( biblio.author ) %] by [% biblio.author %],[% END %]

+

[% IF ( biblio.isbn ) %] [% biblio.isbn %][% END %] + [% IF ( biblio.pages ) %] - [% biblio.pages %][% END %] + [% IF ( biblio.notes ) %] : [% biblio.notes %][% END %] + [% IF ( biblio.size ) %] ; [% biblio.size %][% END %]

- [% resultsloo.publishercode %] - [% IF ( resultsloo.place ) %] ; [% resultsloo.place %][% END %] + [% biblio.publishercode %] + [% IF ( biblio.place ) %] ; [% biblio.place %][% END %] - [% resultsloo.copyrightdate %] + [% biblio.copyrightdate %] - View MARC + View MARC - + Order -- 1.7.4.2