Revision 9f9bff69
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
350 | 350 |
$TMPL_VAR{creditwarning} = ($form->{creditlimit} != 0) && ($form->{creditremaining} < 0) && !$form->{update}; |
351 | 351 |
$TMPL_VAR{is_credit_remaining_negativ} = $form->{creditremaining} =~ /-/; |
352 | 352 |
|
353 |
$form->{fokus} = "invoice.customer";
|
|
353 |
$::request->{layout}->focus('#customer');
|
|
354 | 354 |
|
355 | 355 |
my $follow_up_vc = $form->{customer}; |
356 | 356 |
$follow_up_vc =~ s/--\d*\s*$//; |
templates/webpages/is/form_header.html | ||
---|---|---|
34 | 34 |
<th align="right">[% 'Customer' | $T8 %]</th> |
35 | 35 |
<td> |
36 | 36 |
[%- INCLUDE 'generic/multibox.html' |
37 |
id = 'customer', |
|
37 | 38 |
name = 'customer', |
38 | 39 |
style = 'width: 250px', |
39 | 40 |
DATA = ALL_CUSTOMERS, |
Auch abrufbar als: Unified diff
fokus in Rechnung erstellen gefixt.