Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 69c8088a

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID 69c8088a1b662016b8a4141fa5c6c68cf42a9418
  • Vorgänger 178cd800
  • Nachfolger 3138b5c7

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.

Unterschiede anzeigen:

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