From 1e269b5081f1d20bb6960d8f4aba89685b2a83f8 Mon Sep 17 00:00:00 2001 From: berick Date: Fri, 18 Feb 2011 13:23:32 -0500 Subject: [PATCH] hide all refs to fines payment until its implemented to reduce confusion; minor cleanup --- Open-ILS/web/templates/default/opac/myopac/main.tt2 | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Open-ILS/web/templates/default/opac/myopac/main.tt2 b/Open-ILS/web/templates/default/opac/myopac/main.tt2 index 694185a290..0c307f0cb6 100644 --- a/Open-ILS/web/templates/default/opac/myopac/main.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/main.tt2 @@ -150,12 +150,13 @@ [% l("Due Date") %] [% l("Date Returned") %] [% l("Balance Owed") %] + @@ -204,11 +205,11 @@ [% money(f.xact.balance_owed) %] + [% END %] @@ -237,6 +238,7 @@ [% l("Total Amount Paid") %] [% l("Balance Owed") %] [% l("Billing Type") %] + @@ -270,22 +273,24 @@ [% f.xact.last_billing_type %] + [% END %] [% END %] +
-- 2.11.0