Add backup note to services module

This commit is contained in:
Marcus Hill
2022-01-31 20:24:47 +00:00
parent a67fece250
commit 3bac0188e6
6 changed files with 29 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$service_description = $row['service_description'];
$service_category = $row['service_category'];
$service_importance = $row['service_importance'];
$service_backup = $row['service_backup'];
$service_notes = $row['service_notes'];
$service_updated_at = $row['service_updated_at'];
$service_review_due = $row['service_review_due'];