Revision 0fb5e631
Von Sven Schöling vor 8 Monaten hinzugefügt
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
Form::lastname_used: record_type