From 4d5e930a3a81a1939a554d79f04a80c993d6ff1e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 11 Aug 2011 15:21:35 -0400 Subject: [PATCH] Fix for Bug 6712 - Remove memberofinstitution markup from templates until it can be completed Content-Type: text/plain; charset="utf-8" --- .../prog/en/modules/circ/circulation.tt | 4 ---- .../prog/en/modules/members/memberentrygen.tt | 20 -------------------- 2 files changed, 0 insertions(+), 24 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 60c773f..c2043d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -396,10 +396,6 @@ function refocus(calendar) { [% END %] - [% IF ( memberofinstution ) %] -

[% CGIorganisations %]

- [% END %] - [% ELSE %] [% IF ( soundon ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 236295d..658b974 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -734,26 +734,6 @@ - - [% IF ( I ) %] - [% IF ( memberofinstution ) %] -
- Organizations
    -
  1. - [% IF ( mandatoryphone ) %] -
  2. -
-
- [% END %] - [% END %] - [% END %] [% IF ( step_3 ) %] -- 1.7.3