Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 72e3ba4f

Von Werner Hahn vor 6 Monaten hinzugefügt

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

OE.pm noch quotation_boolean rausgenommen

Unterschiede anzeigen:

SL/Form.pm
} elsif ($self->{type} =~ /_order/) {
$arap = 'oe';
$where = "quotation = '0'";
# $where = "quotation = '0'";
} elsif ($self->{type} =~ /_quotation/) {
$arap = 'oe';
$where = "quotation = '1'";
# $where = "quotation = '1'";
} elsif ($table eq 'customer') {
$arap = 'ar';

Auch abrufbar als: Unified diff