Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 72e3ba4f

Von Werner Hahn vor 5 Tagen hinzugefügt

  • ID 72e3ba4f329cc37832fd08084cb5e3ade7cc4736
  • Vorgänger 9fe89a1e
  • Nachfolger c55aa9ef

OE.pm noch quotation_boolean rausgenommen

Unterschiede anzeigen:

SL/Form.pm
2698 2698

  
2699 2699
  } elsif ($self->{type} =~ /_order/) {
2700 2700
    $arap  = 'oe';
2701
    $where = "quotation = '0'";
2701
    #    $where = "quotation = '0'";
2702 2702

  
2703 2703
  } elsif ($self->{type} =~ /_quotation/) {
2704 2704
    $arap  = 'oe';
2705
    $where = "quotation = '1'";
2705
    # $where = "quotation = '1'";
2706 2706

  
2707 2707
  } elsif ($table eq 'customer') {
2708 2708
    $arap  = 'ar';

Auch abrufbar als: Unified diff