diff options
Diffstat (limited to 'httemplate/misc/cancel_pkg.html')
-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 f9a46a898..20032072d 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) %> +<% emt(ucfirst($method)." [_1]", $part_pkg->pkg_comment(cust_pkg=>$cust_pkg) %> <% ntable("#cccccc", 2) %> % my $date_init = 0; |