2){ $client_phone = substr($row['client_phone'],0,3)."-".substr($row['client_phone'],3,3)."-".substr($row['client_phone'],6,4); } $client_website = $row['client_website']; $client_net_terms = $row['client_net_terms']; if($recurring_status == 1){ $status = "Active"; $status_badge_color = "success"; }else{ $status = "Inactive"; $status_badge_color = "secondary"; } $sql_history = mysqli_query($mysqli,"SELECT * FROM history WHERE recurring_id = $recurring_id ORDER BY history_id DESC"); ?>
| Date | Event |
|---|---|