projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4dd4a4
)
Preisquellen: Darstellung Lieferrantenrabatt gefixt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 7 Jun 2016 20:16:27 +0000
(22:16 +0200)
committer
Bernd 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
patch
|
blob
|
history
diff --git
a/SL/PriceSource/Vendor.pm
b/SL/PriceSource/Vendor.pm
index
7eee130
..
0f0a0cf
100644
(file)
--- 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
),
)
}