Revision 818a31fa
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/DB/Business.pm | ||
---|---|---|
18 | 18 |
return @errors; |
19 | 19 |
} |
20 | 20 |
|
21 |
sub displayable_name { |
|
22 |
my $self = shift; |
|
23 |
|
|
24 |
return join ' ', grep $_, $self->id, $self->description; |
|
25 |
} |
|
26 |
|
|
21 | 27 |
1; |
Auch abrufbar als: Unified diff
displayable_name für business, partsgroup, pricegroup