Allow adding more than 9 stock

This commit is contained in:
johnnyq
2025-08-11 21:40:42 -04:00
parent 3c709955e3
commit f82f3e9b8c
2 changed files with 5 additions and 14 deletions

View File

@@ -47,6 +47,7 @@ $sql = mysqli_query(
$type_query
AND product_$archive_query
$category_query
GROUP BY product_id
ORDER BY $sort $order LIMIT $record_from, $record_to"
);