projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796d991
)
fix spelling
author
Mark Wells
<mark@freeside.biz>
Sat, 5 Dec 2015 00:44:09 +0000
(16:44 -0800)
committer
Mark Wells
<mark@freeside.biz>
Sat, 5 Dec 2015 00:54:19 +0000
(16:54 -0800)
httemplate/view/cust_main/packages/status.html
patch
|
blob
|
history
diff --git
a/httemplate/view/cust_main/packages/status.html
b/httemplate/view/cust_main/packages/status.html
index
1a215f3
..
aa5320b
100644
(file)
--- a/
httemplate/view/cust_main/packages/status.html
+++ b/
httemplate/view/cust_main/packages/status.html
@@
-547,7
+547,7
@@
sub pkg_status_row_discount {
if ( $discount->months > 0 and $cust_pkg_discount->months_used > 0 ) {
my $remaining = $discount->months - $cust_pkg_discount->months_used;
$remaining = sprintf('%.2f', $remaining) if $remaining =~ /\./;
- $label .= <br> . emt("
([_1] months
remaining)",$remaining);
+ $label .= <br> . emt("
([quant,_1,month,months]
remaining)",$remaining);
}
$label .= '</SPAN>';