From f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Tue, 12 Apr 2011 16:25:51 +0100 Subject: [PATCH] Bug 6174: Fix ordering of existing title basketno was treated as local to the resultsloop also changed the tt variable name for readability Signed-off-by: Chris Cormack --- .../prog/en/modules/acqui/neworderbiblio.tt | 24 +++++++++---------- 1 file 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 9d24e63f94..44b7b3c750 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 -- 2.20.1