Revision c55aa9ef
Von Werner Hahn vor 5 Tagen hinzugefügt
SL/Form.pm | ||
---|---|---|
2698 | 2698 |
|
2699 | 2699 |
} elsif ($self->{type} =~ /_order/) { |
2700 | 2700 |
$arap = 'oe'; |
2701 |
# $where = "quotation = '0'"; |
|
2702 | 2701 |
|
2703 | 2702 |
} elsif ($self->{type} =~ /_quotation/) { |
2704 | 2703 |
$arap = 'oe'; |
2705 |
# $where = "quotation = '1'"; |
|
2706 | 2704 |
|
2707 | 2705 |
} elsif ($table eq 'customer') { |
2708 | 2706 |
$arap = 'ar'; |
Auch abrufbar als: Unified diff
kommentierte Zeilen raus.