[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH arfnet2-cstims] Fix typo...


MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

From: arf20 <aruizfernandez05@xxxxxxxxx>

---
 makeinvoices.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.39.2