diff options
author | ivan <ivan> | 2010-11-23 01:52:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-23 01:52:22 +0000 |
commit | 86b7d0396798925ab99c8f6b399d1800d3ae57cc (patch) | |
tree | 07edf4a34a4fa787b9a688226629ec0e96f043c7 /httemplate | |
parent | ee03c169b91b87c93c21f768d103eb7316559214 (diff) |
fix noisy but harmless fallout from RT#10148
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/packages/status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index c05cd5a94..f9198c2dc 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -54,7 +54,7 @@ <% pkg_status_row_changed( $cust_pkg, %opt, 'colspan'=>$colspan ) %> <% pkg_status_row_if( $cust_pkg, $last_bill_or_renewed, 'last_bill', %opt, curuser=>$curuser ) %> -% if ( $part_pkg->option('suspend_bill') ) { +% if ( $part_pkg->option('suspend_bill', 1) ) { <% pkg_status_row_if( $cust_pkg, 'Next bill', 'bill', %opt, curuser=>$curuser ) %> % } <% pkg_status_row_if( $cust_pkg, 'Expires', 'expire', %opt, curuser=>$curuser ) %> |