From 5f6e919f09cdbeeac184a138d62586d055e9ee0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 2 Jun 2016 11:30:46 +0200 Subject: [PATCH] Preisquellen: Darstellung Kundenpreise gefixt --- SL/PriceSource/Customer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/PriceSource/Customer.pm b/SL/PriceSource/Customer.pm index c0cfbc09a..34f60a743 100644 --- a/SL/PriceSource/Customer.pm +++ b/SL/PriceSource/Customer.pm @@ -59,7 +59,7 @@ sub discount_from_source { spec => $customer->id, description => t8('Customer Discount'), price_source => $self, - invalid => t8('This discount is only valid for customer #1', $customer->full_description), + invalid => t8('This discount is only valid for customer #1', $customer->displayable_name), ) } -- 2.20.1