Revision 69c8088a
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
393 | 393 |
|
394 | 394 |
# fill in subject if there is none |
395 | 395 |
if ($form->{type} =~ /_order$/) { |
396 |
$quotation = 't';
|
|
396 |
$quotation = 'f';
|
|
397 | 397 |
$form->{subject} = qq|$form->{label} $form->{ordnumber}| |
398 | 398 |
unless $form->{subject}; |
399 | 399 |
} else { |
400 |
$quotation = 'f';
|
|
400 |
$quotation = 't';
|
|
401 | 401 |
$form->{subject} = qq|$form->{label} $form->{quonumber}| |
402 | 402 |
unless $form->{subject}; |
403 | 403 |
} |
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.