Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0fb5e631

Von Sven Schöling vor 8 Monaten hinzugefügt

  • ID 0fb5e6318d7ee52701d889195af8afb3de51610a
  • Vorgänger b0c61725
  • Nachfolger 7a6735ef

Form::lastname_used: record_type

Unterschiede anzeigen:

SL/Form.pm
2698 2698

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

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

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

Auch abrufbar als: Unified diff