Revision 69c8088a
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
|
||
# fill in subject if there is none
|
||
if ($form->{type} =~ /_order$/) {
|
||
$quotation = 't';
|
||
$quotation = 'f';
|
||
$form->{subject} = qq|$form->{label} $form->{ordnumber}|
|
||
unless $form->{subject};
|
||
} else {
|
||
$quotation = 'f';
|
||
$quotation = 't';
|
||
$form->{subject} = qq|$form->{label} $form->{quonumber}|
|
||
unless $form->{subject};
|
||
}
|
Auch abrufbar als: Unified diff
Ganz böse Verwechselung mit 't' und 'f' bzw. '1' und '0', die zur Verwechslung von Angeboten und Aufträgen geführt hat. Kam aus rev 2698.