X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/da6a187ab3fc3cbb97e094559dc964a9809f347b..f1d33e8c42f2da428be80a6909335cf88689c1b3:/SL/DB/PriceRuleItem.pm diff --git a/SL/DB/PriceRuleItem.pm b/SL/DB/PriceRuleItem.pm index 77d0fe571..006556d4c 100644 --- a/SL/DB/PriceRuleItem.pm +++ b/SL/DB/PriceRuleItem.pm @@ -108,7 +108,7 @@ sub full_description { $type eq 'customer' ? t8('Customer') . ' ' . $self->customer->displayable_name : $type eq 'vendor' ? t8('Vendor') . ' ' . $self->vendor->displayable_name : $type eq 'business' ? t8('Type of Business') . ' ' . $self->business->displayable_name - : $type eq 'partsgroup' ? t8('Group') . ' ' . $self->partsgroup->displayable_name + : $type eq 'partsgroup' ? t8('Partsgroup') . ' ' . $self->partsgroup->displayable_name : $type eq 'pricegroup' ? t8('Pricegroup') . ' ' . $self->pricegroup->displayable_name : $type eq 'part' ? t8('Part') . ' ' . $self->part->displayable_name : $type eq 'qty' ? (