|
@@ -183,12 +183,11 @@ if ($id > 0 || !empty($ref)) {
|
|
|
if ($result) {
|
|
|
$num = $db->num_rows($result);
|
|
|
|
|
|
+ $option .= '&id='.$product->id;
|
|
|
+
|
|
|
if ($limit > 0 && $limit != $conf->liste_limit) {
|
|
|
$option .= '&limit='.urlencode($limit);
|
|
|
}
|
|
|
- if (!empty($id)) {
|
|
|
- $option .= '&id='.$product->id;
|
|
|
- }
|
|
|
if (!empty($search_month)) {
|
|
|
$option .= '&search_month='.urlencode($search_month);
|
|
|
}
|