Revision f797374a
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
664 | 664 |
|
665 | 665 |
$ordnumber = ($form->{type} =~ /_order$/) ? "ordnumber" : "quonumber"; |
666 | 666 |
|
667 |
($form->{ $form->{vc} }, $form->{"${form->{vc}}_id"}) = split(/--/, $form->{ $form->{vc} });
|
|
667 |
($form->{ $form->{vc} }, $form->{"$form->{vc}_id"}) = split(/--/, $form->{ $form->{vc} });
|
|
668 | 668 |
|
669 | 669 |
report_generator_set_default_sort('transdate', 1); |
670 | 670 |
|
... | ... | |
1273 | 1273 |
|
1274 | 1274 |
require "bin/mozilla/$form->{script}"; |
1275 | 1275 |
|
1276 |
map { $form->{"select$_"} = "" } ($form->{vc}, currency);
|
|
1276 |
map { $form->{"select$_"} = "" } ($form->{vc}, "currency");
|
|
1277 | 1277 |
|
1278 | 1278 |
$currency = $form->{currency}; |
1279 | 1279 |
&invoice_links; |
Auch abrufbar als: Unified diff
Syntaxfehler.