mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 11:24:52 +00:00
Allow adding more than 9 stock
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user