Preisquellen: Darstellung Lieferrantenrabatt gefixt
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 7 Jun 2016 20:16:27 +0000 (22:16 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 7 Jun 2016 20:16:27 +0000 (22:16 +0200)
analog zu: 5f6e919f09cdbeeac184a138d62586d055e9ee0f
"Preisquellen: Darstellung Kundenpreise gefixt"

SL/PriceSource/Vendor.pm

index 7eee130..0f0a0cf 100644 (file)
@@ -58,7 +58,7 @@ sub discount_from_source {
       spec         => $vendor->id,
       description  => t8('Vendor Discount'),
       price_source => $self,
-      invalid      => t8('This discount is only valid for vendor #1', $vendor->full_description),
+      invalid      => t8('This discount is only valid for vendor #1', $vendor->displayable_name),
     )
   }