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*$//; |
Auch abrufbar als: Unified diff
fokus in Rechnung erstellen gefixt.