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:
543716c
)
Preisquellen: Darstellung Kundenpreise gefixt
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 2 Jun 2016 09:30:46 +0000
(11:30 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 2 Jun 2016 09:30:46 +0000
(11:30 +0200)
SL/PriceSource/Customer.pm
patch
|
blob
|
history
diff --git
a/SL/PriceSource/Customer.pm
b/SL/PriceSource/Customer.pm
index
c0cfbc0
..
34f60a7
100644
(file)
--- 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
),
)
}