diff options
author | Mark Wells <mark@freeside.biz> | 2013-01-13 14:21:44 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-01-13 14:21:44 -0800 |
commit | 2659c88ba3c5b34cf6087d874c1a26a24bed9243 (patch) | |
tree | eea7b793b944fe020a81e009a50666a1066dc201 | |
parent | ceaa9e6ca4222595c1795c4bbde8d1c9609045e7 (diff) |
debug
-rwxr-xr-x | httemplate/view/cust_main/packages/section.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html index 53bdfa14f..52246192f 100755 --- a/httemplate/view/cust_main/packages/section.html +++ b/httemplate/view/cust_main/packages/section.html @@ -37,7 +37,6 @@ % # include supplemental packages if any % $iopt{'supplemental'} = ($iopt{'supplemental'} || 0) + 1; % foreach my $supp_pkg ($cust_pkg->supplemental_pkgs) { -% warn $supp_pkg->pkgnum; <& .packagerow, $supp_pkg, %iopt &> % } </%def> |