add a quick start at a "dashboard" customer list, mostly for internal use for starters
[freeside.git] / FS / FS / cust_bill.pm
index 704df25..1656658 100644 (file)
@@ -294,7 +294,7 @@ sub cust_suspend_if_balance_over {
   if ( $cust_main->total_owed_date($self->_date) < $amount ) {
     return ();
   } else {
-    $cust_main->suspend;
+    $cust_main->suspend(@_);
   }
 }