RT#28526: Package tab takes a long time to load with lots of packages
[freeside.git] / httemplate / view / cust_main / packages / status.html
index 5dbffb2..af2bb06 100644 (file)
@@ -55,7 +55,7 @@
 
 %     } else { #status: suspended
 %       my ($cpr,$susplabel);
-%       if ($cust_pkg->is_status_delay_cancel) {
+%       if ($cust_pkg->is_status_delay_cancel(%opt)) {
 %         $cpr = $cust_pkg->last_cust_pkg_reason('expire');
 %         $susplabel = 'Suspended (Cancelled)';
 %       } else {