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