View | Details | Raw Unified | Return to bug 6712
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-4 lines)
Lines 396-405 function refocus(calendar) { Link Here
396
        [% END %]
396
        [% END %]
397
        </ul>
397
        </ul>
398
398
399
    [% IF ( memberofinstution ) %]
400
    <p>[% CGIorganisations %]</p>
401
    [% END %]
402
403
</div></div>
399
</div></div>
404
[% ELSE %]
400
[% ELSE %]
405
[% IF ( soundon ) %]
401
[% IF ( soundon ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-21 lines)
Lines 734-759 Link Here
734
            </ol>
734
            </ol>
735
        </fieldset>
735
        </fieldset>
736
736
737
738
  [% IF ( I ) %]
739
	[% IF ( memberofinstution ) %]
740
	<fieldset class="rows" id="memberentry_organisation">
741
		<legend>Organizations</legend><ol>
742
		<li>
743
			[% IF ( mandatoryphone ) %] 
744
			<label for="organisations" class="required">
745
			[% ELSE %]
746
			<label for="organisations">
747
			[% END %]
748
			Organization(s): </label>
749
			[% CGIorganisations %]
750
	  [% IF ( mandatoryphone ) %]<span class="required">Required</span>[% END %]
751
		</li>
752
		</ol>
753
	</fieldset>
754
	[% END %]
755
  [% END %]
756
              
757
[% END %]
737
[% END %]
758
[% IF ( step_3 ) %]
738
[% IF ( step_3 ) %]
759
739
760
- 

Return to bug 6712