Revision af0023e0
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
307 | 307 |
$form->{onload} .= "document.do.submit();" |
308 | 308 |
} |
309 | 309 |
|
310 |
my $follow_up_vc = $form->{ $form->{vc} eq 'customer' ? 'customer' : 'vendor' }; |
|
311 |
$follow_up_vc =~ s/--\d*\s*$//; |
|
312 |
|
|
313 |
$form->{follow_up_trans_info} = $form->{donumber} .'('. $follow_up_vc .')'; |
|
314 |
|
|
310 | 315 |
$form->header(); |
311 | 316 |
# Fix für Bug 1082 Erwartet wird: 'abteilungsNAME--abteilungsID' |
312 | 317 |
# und Erweiterung für Bug 1760: |
Auch abrufbar als: Unified diff
Wiedervorlagen für Lieferscheine
fixt #1981