diff options
Diffstat (limited to 'httemplate/misc/delay_susp_pkg.html')
-rwxr-xr-x | httemplate/misc/delay_susp_pkg.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/misc/delay_susp_pkg.html b/httemplate/misc/delay_susp_pkg.html index e5f1d8cb3..02f8824b4 100755 --- a/httemplate/misc/delay_susp_pkg.html +++ b/httemplate/misc/delay_susp_pkg.html @@ -12,7 +12,9 @@ <INPUT TYPE="hidden" NAME="pkgnum" VALUE="<% $pkgnum %>"> <BR><BR> -<% "Delay automatic suspension of " .$part_pkg->pkg_comment %> +<% "Delay automatic suspension of ". + $part_pkg->pkg_comment( cust_pkg=>$cust_pkg ) +%> <% ntable("#cccccc", 2) %> <TR> |