Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d88cc6da

Von Tamino Steinert vor 10 Monaten hinzugefügt

  • ID d88cc6da054fdc6f1563079d040281714538b81e
  • Vorgänger 0861998a
  • Nachfolger c87efc08

S:D:Reclamation: Nutze TypeData zum bestimmen ob VK/EK-Reklamation

Unterschiede anzeigen:

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