Fix for Bug 6712 - Remove memberofinstitution markup from templates until it can... github/bug_6712 origin/new/bug_6712
authorOwen Leonard <oleonard@myacpl.org>
Thu, 11 Aug 2011 19:21:35 +0000 (15:21 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 28 Aug 2011 07:33:16 +0000 (19:33 +1200)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
To test:
1) Make sure syspref memberofinstitution is turned on
2) Add a new patron of organisation category (example: library)
3) Check that there is no field set 'organisation' showing up
4) Checkout books to any borrower
5) Renew books until no longer possible
6) Scan barcode from renewed book to force renewal
6) Check that the 'no more renewals' message has no empty pull below text message

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt

index fb69c51..dd77fcc 100644 (file)
@@ -396,10 +396,6 @@ function refocus(calendar) {
         [% END %]
         </ul>
 
-    [% IF ( memberofinstution ) %]
-    <p>[% CGIorganisations %]</p>
-    [% END %]
-
 </div></div>
 [% ELSE %]
 [% IF ( soundon ) %]
index eea4d25..8a34bb1 100644 (file)
             </ol>
         </fieldset>
 
-
-  [% IF ( I ) %]
-       [% IF ( memberofinstution ) %]
-       <fieldset class="rows" id="memberentry_organisation">
-               <legend>Organizations</legend><ol>
-               <li>
-                       [% IF ( mandatoryphone ) %] 
-                       <label for="organisations" class="required">
-                       [% ELSE %]
-                       <label for="organisations">
-                       [% END %]
-                       Organization(s): </label>
-                       [% CGIorganisations %]
-         [% IF ( mandatoryphone ) %]<span class="required">Required</span>[% END %]
-               </li>
-               </ol>
-       </fieldset>
-       [% END %]
-  [% END %]
-              
 [% END %]
 [% IF ( step_3 ) %]