fix syntax errors
[freeside.git] / httemplate / view / cust_main / packages / status.html
index 3515b38..5dbffb2 100644 (file)
@@ -495,7 +495,7 @@ sub pkg_status_row_detached {
 sub pkg_status_row_noauto {
   my( $cust_pkg, %opt ) = @_;
 
-  return '' unless ( $cust_pkg->no_auto || $opt{'part_pkg'}->no_auto );
+  return '' unless ( $cust_pkg->no_auto || $opt{'part_pkg'}->no_auto )
                 && $opt{'has_cust_payby_auto'};
 
   pkg_status_row_colspan( $cust_pkg, emt("No automatic charge"), '');