[freeside-commits] branch FREESIDE_4_BRANCH updated. 124cdb9f0189f66f0054371f841132afa1832338
Ivan Kohler
ivan at freeside.biz
Tue Sep 3 08:27:50 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via 124cdb9f0189f66f0054371f841132afa1832338 (commit)
from 87dff918320e959b9d35b8a3bf5b8b1ca96952f1 (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 124cdb9f0189f66f0054371f841132afa1832338
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 3 08:27:13 2019 -0700
spacing
diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi
index 2143c248d..896121ae8 100755
--- a/httemplate/browse/part_pkg.cgi
+++ b/httemplate/browse/part_pkg.cgi
@@ -540,7 +540,7 @@ if ( $acl_edit_global ) {
{
'data' => '<B><FONT COLOR="#'. $col{$label}. '">'.
$part_pkg->get("num_$_").
- '</FONT></B>',
+ '</FONT></B> ',
'align' => 'right',
},
{
@@ -721,7 +721,7 @@ push @fields,
[
{
- 'data' => '<B>'. $pkg_svc->quantity. '</B>',
+ 'data' => '<B>'. $pkg_svc->quantity. '</B> ',
'align' => 'right'
},
{
-----------------------------------------------------------------------
Summary of changes:
httemplate/browse/part_pkg.cgi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list