Revision df41380a
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
SL/DB/PriceRuleItem.pm | ||
---|---|---|
108 | 108 |
$type eq 'customer' ? t8('Customer') . ' ' . $self->customer->displayable_name |
109 | 109 |
: $type eq 'vendor' ? t8('Vendor') . ' ' . $self->vendor->displayable_name |
110 | 110 |
: $type eq 'business' ? t8('Type of Business') . ' ' . $self->business->displayable_name |
111 |
: $type eq 'partsgroup' ? t8('Group') . ' ' . $self->partsgroup->displayable_name
|
|
111 |
: $type eq 'partsgroup' ? t8('Partsgroup') . ' ' . $self->partsgroup->displayable_name
|
|
112 | 112 |
: $type eq 'pricegroup' ? t8('Pricegroup') . ' ' . $self->pricegroup->displayable_name |
113 | 113 |
: $type eq 'part' ? t8('Part') . ' ' . $self->part->displayable_name |
114 | 114 |
: $type eq 'qty' ? ( |
Auch abrufbar als: Unified diff
Group nach Partsgroup (Warengruppe) umbenannt