X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c4dd4a4db4b7435017b7daaf5e4270589ee6b84e..18a9328cd24bc8e809454bb08d6c575deee1e213:/SL/PriceSource/Vendor.pm diff --git a/SL/PriceSource/Vendor.pm b/SL/PriceSource/Vendor.pm index 7eee13085..0f0a0cfeb 100644 --- a/SL/PriceSource/Vendor.pm +++ b/SL/PriceSource/Vendor.pm @@ -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), ) }