Revision 8abd9ce3
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
353 | 353 |
$TMPL_VAR{creditwarning} = ($form->{creditlimit} != 0) && ($form->{creditremaining} < 0) && !$form->{update}; |
354 | 354 |
$TMPL_VAR{is_credit_remaining_negativ} = $form->{creditremaining} =~ /-/; |
355 | 355 |
|
356 |
$::request->{layout}->focus('#customer'); |
|
357 |
|
|
358 | 356 |
my $follow_up_vc = $form->{customer}; |
359 | 357 |
$follow_up_vc =~ s/--\d*\s*$//; |
360 | 358 |
$TMPL_VAR{customer_name} = $follow_up_vc; |
Auch abrufbar als: Unified diff
$::request->layout->focus() größtenteils durch class="initial_focus" ersetzen