Revision 72e3ba4f
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'"; |
|
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
OE.pm noch quotation_boolean rausgenommen