]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/PriceSource/Vendor.pm
Preisquellen: Darstellung Lieferrantenrabatt gefixt
[kivitendo-erp.git] / SL / PriceSource / Vendor.pm
index 7eee13085cea1a353e8c9578c0f4ac9e3b4a78ac..0f0a0cfeb0da25708ae086357c89d07de892bd59 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),
     )
   }