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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-5 lines)
Lines 141-151 Link Here
141
			</div>
141
			</div>
142
	[% END %]
142
	[% END %]
143
143
144
	[% IF ( debug ) %]
145
		<div id="debug">
146
				<div>Debug is on (level [% debug %])</div>
147
		</div>
148
	[% END %]
149
	[% IF ( nok ) %]
144
	[% IF ( nok ) %]
150
		<div class="dialog alert">
145
		<div class="dialog alert">
151
			<p>The following fields are wrong. Please fix them.</p>
146
			<p>The following fields are wrong. Please fix them.</p>
(-)a/members/memberentry.pl (-2 lines)
Lines 699-705 $debug and warn "memberentry step: $step"; Link Here
699
$template->param(%data);
699
$template->param(%data);
700
$template->param( "step_$step"  => 1) if $step;	# associate with step to know where u are
700
$template->param( "step_$step"  => 1) if $step;	# associate with step to know where u are
701
$template->param(  step  => $step   ) if $step;	# associate with step to know where u are
701
$template->param(  step  => $step   ) if $step;	# associate with step to know where u are
702
$template->param( debug  => $debug  ) if $debug;
703
702
704
$template->param(
703
$template->param(
705
  BorrowerMandatoryField => C4::Context->preference("BorrowerMandatoryField"),#field to test with javascript
704
  BorrowerMandatoryField => C4::Context->preference("BorrowerMandatoryField"),#field to test with javascript
706
- 

Return to bug 9586