Revision 72e3ba4f
Von Werner Hahn vor 6 Monaten hinzugefügt
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
OE.pm noch quotation_boolean rausgenommen