From 344f0fd8546d393fcc372fd340f0c1b6455c4dfb Mon Sep 17 00:00:00 2001 From: arf20 Date: Wed, 1 May 2024 21:38:03 +0200 Subject: Fix typo... --- makeinvoices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeinvoices.php') diff --git a/makeinvoices.php b/makeinvoices.php index de16c4b..ca0201a 100644 --- a/makeinvoices.php +++ b/makeinvoices.php @@ -81,7 +81,7 @@ $result = mysqli_stmt_get_result($stmt); $clients = $result->fetch_all(MYSQLI_ASSOC); // Get due orders -$sql = "SELECT id, service, name, client, billing, date FROM orders WHERE status = 'active'""; +$sql = "SELECT id, service, name, client, billing, date FROM orders WHERE status = 'active'"; $stmt = mysqli_prepare($link, $sql); mysqli_stmt_execute($stmt); $result = mysqli_stmt_get_result($stmt); -- cgit v1.2.3