From 374b2c068350d3963731289f97c688613d2cdef7 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 9 Jun 2012 19:20:52 +0100 Subject: [PATCH] Bug 7548: Missing arguments when receiving orders Patch redone for 3.6.x to fix TT scoping problems and taking care of changed variable names (booksellerid vs supplierid). To test: Check pagination works correctly when receiving orders. Invoice number and date received should always appear in your URL and be shown at the top of the website. --- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index f684dd7..3a9c267 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -292,7 +292,7 @@ [% IF ( number.highlight ) %] [% number.number %] [% ELSE %] - [% number.number %] + [% number.number %] [% END %] [% END %] [% IF ( displaynext ) %] -- 1.7.9.5