Revision c9a2c038
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/DB/Reclamation.pm | ||
|---|---|---|
|
|
||
|
sub is_sales {
|
||
|
croak 'not an accessor' if @_ > 1;
|
||
|
return !!shift->customer_id;
|
||
|
$_[0]->type_data->properties('is_customer');
|
||
|
}
|
||
|
|
||
|
sub daily_exchangerate {
|
||
Auch abrufbar als: Unified diff
S:D:Reclamation: Nutze TypeData zum bestimmen ob VK/EK-Reklamation