From d3ca5792a0ef71916687006957fabd0ad5dfdaf2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Apr 2019 01:48:26 -0400 Subject: [PATCH] Updated client recurring to reflect recent changes to recurring list --- client_recurring.php | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/client_recurring.php b/client_recurring.php index 39484647..74716401 100644 --- a/client_recurring.php +++ b/client_recurring.php @@ -29,15 +29,26 @@ $recurring_invoice_last_sent = $row['recurring_invoice_last_sent']; $recurring_invoice_next_date = $row['recurring_invoice_next_date']; $invoice_id = $row['invoice_id']; + if($recurring_invoice_status == 1){ + $status = "Active"; + $status_badge_color = "success"; + }else{ + $status = "Inactive"; + $status_badge_color = "secondary"; + } ?> - + ly - + + + + +