Revision 9f809e7f
Von G. Richardson vor mehr als 4 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
85 | 85 |
return shift->type eq shift; |
86 | 86 |
} |
87 | 87 |
|
88 |
sub deliverydate { |
|
89 |
# oe doesn't have deliverydate, but PTC checks for deliverydate or transdate to determine tax |
|
90 |
# oe can't deal with deviating tax rates, but at least make sure PTC doesn't barf |
|
91 |
return shift->transdate; |
|
92 |
} |
|
93 |
|
|
88 | 94 |
sub displayable_type { |
89 | 95 |
my $type = shift->type; |
90 | 96 |
|
Auch abrufbar als: Unified diff
S:D:Order: deliverydate Methode für PTC