diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-16 02:10:04 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-16 02:10:04 -0800 |
commit | 9631cebbbe78d194966178e0ccd28e755e060c16 (patch) | |
tree | 112feac580765bd69ba99a123baaade346bc21fa /httemplate | |
parent | cdb2e71e99c787b016428ff3e04caf3ac87b5ff6 (diff) |
fix from time/data/etc. unit pricing add-ons, RT#24392
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/misc/cancel_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cancel_pkg.html b/httemplate/misc/cancel_pkg.html index 20032072d..e2734e97d 100755 --- a/httemplate/misc/cancel_pkg.html +++ b/httemplate/misc/cancel_pkg.html @@ -7,7 +7,7 @@ <INPUT TYPE="hidden" NAME="method" VALUE="<% $method %>"> <BR><BR> -<% emt(ucfirst($method)." [_1]", $part_pkg->pkg_comment(cust_pkg=>$cust_pkg) %> +<% emt(ucfirst($method)." [_1]", $part_pkg->pkg_comment(cust_pkg=>$cust_pkg) ) %> <% ntable("#cccccc", 2) %> % my $date_init = 0; |