[freeside-commits] branch master updated. eee5968af58fd00382e6ed007453e1e143c6de66
Ivan
ivan at 420.am
Wed Jun 5 00:42:45 PDT 2013
The branch, master has been updated
via eee5968af58fd00382e6ed007453e1e143c6de66 (commit)
from befa6ce8570f6493d9a77d6522c97bc5f8d501a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit eee5968af58fd00382e6ed007453e1e143c6de66
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 5 00:42:42 2013 -0700
spacing
diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi
index bb5bc52..8b50a50 100755
--- a/httemplate/browse/part_pkg.cgi
+++ b/httemplate/browse/part_pkg.cgi
@@ -241,10 +241,10 @@ push @fields, sub {
],
[
{ data =>$money_char.
- sprintf('%.2f', $part_pkg->option('setup_fee') ),
+ sprintf('%.2f ', $part_pkg->option('setup_fee') ),
align=>'right'
},
- { data => ( ( $is_recur ? ' setup' : ' one-time' ).
+ { data => ( ( $is_recur ? ' setup' : ' one-time' ).
( $part_pkg->option('recur_fee') == 0
&& $part_pkg->setup_show_zero
? ' (printed on invoices)'
@@ -257,7 +257,7 @@ push @fields, sub {
[
{ data=>(
$is_recur
- ? $money_char. sprintf('%.2f ', $part_pkg->option('recur_fee'))
+ ? $money_char. sprintf('%.2f', $part_pkg->option('recur_fee'))
: $part_pkg->freq_pretty
),
align=> ( $is_recur ? 'right' : 'center' ),
@@ -265,7 +265,7 @@ push @fields, sub {
},
( $is_recur
? { data => ( $is_recur
- ? $part_pkg->freq_pretty.
+ ? ' '. $part_pkg->freq_pretty.
( $part_pkg->option('recur_fee') == 0
&& $part_pkg->recur_show_zero
? ' (printed on invoices)'
-----------------------------------------------------------------------
Summary of changes:
httemplate/browse/part_pkg.cgi | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
More information about the freeside-commits
mailing list