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