Revision 81c31c30
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
105 | 105 |
} |
106 | 106 |
|
107 | 107 |
sub displayable_type { |
108 |
my $type = shift->type; |
|
109 |
|
|
110 |
return $::locale->text('Sales Delivery Order') if $type eq SALES_DELIVERY_ORDER_TYPE(); |
|
111 |
return $::locale->text('Purchase Delivery Order') if $type eq PURCHASE_DELIVERY_ORDER_TYPE(); |
|
112 |
|
|
113 |
die 'invalid type'; |
|
108 |
my ($self) = @_; |
|
109 |
return $self->type_data->text('type'); |
|
114 | 110 |
} |
115 | 111 |
|
116 | 112 |
sub displayable_name { |
Auch abrufbar als: Unified diff
TypeData: nutze richtige Übersetzung für Typ