CMXX - Pricelists
This commit is contained in:
@@ -98,7 +98,7 @@ if(isset($criterias['totals']) && $criterias['totals']==''){
|
||||
}
|
||||
else {
|
||||
$current_page = isset($criterias['p']) && is_numeric($criterias['p']) ? (int)$criterias['p'] : 1;
|
||||
$stmt->bindValue('page', ($current_page - 1) * $page_rows_products, PDO::PARAM_INT);
|
||||
$stmt->bindValue('page', ($current_page - 1) * $page_rows_translations, PDO::PARAM_INT);
|
||||
$stmt->bindValue('num_products', $page_rows_translations, PDO::PARAM_INT);
|
||||
|
||||
//Excute Query
|
||||
|
||||
Reference in New Issue
Block a user