...
|
...
|
@@ -177,7 +177,7 @@ class NewsaleController extends AbstractAction |
|
|
$color = $this->get('color', null);
|
|
|
$size = $this->get('size', null);
|
|
|
$price = $this->get('price', null);
|
|
|
$p_d = '0.1,0.3';
|
|
|
$p_d = $this->get('discount', null);
|
|
|
$dayLimit = $this->get('dayLimit', null);
|
|
|
$limit = $this->get('limit', 60);
|
|
|
$page = $this->get('page', 1);
|
...
|
...
|
|