From 9e1b5f6903d49f9eae83cdf022df2cf82f49d865 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Mon, 2 May 2022 21:24:03 +0100 Subject: [PATCH 1/2] Show existing asset OS when editing --- client_asset_edit_modal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_asset_edit_modal.php b/client_asset_edit_modal.php index 069da2ff..2eec723a 100644 --- a/client_asset_edit_modal.php +++ b/client_asset_edit_modal.php @@ -102,7 +102,7 @@
- + From 6a57ae6149316a78f8853de61d49b302c6b587c9 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Mon, 2 May 2022 21:24:57 +0100 Subject: [PATCH 2/2] Add a small newline to the end of the table, otherwise the document action edit button gets cut off --- client_documents.php | 1 + 1 file changed, 1 insertion(+) diff --git a/client_documents.php b/client_documents.php index 69c498f4..60574f1e 100644 --- a/client_documents.php +++ b/client_documents.php @@ -199,6 +199,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); +