Commit 9f4ca88856591043ec2886bb278a4db0afd1e92f
1 parent
c7a9028a
products pick
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/backend/controllers/DiscountController.php
... | ... | @@ -199,7 +199,7 @@ class DiscountController extends Controller |
199 | 199 | } |
200 | 200 | |
201 | 201 | $data[0]['group_ids'] = $this->common->parseArray($data[0]['group_ids']); |
202 | - $data[0]['catalog_ids'] = $this->common->parseArray($data[0]['catalog_ids']); | |
202 | + //$data[0]['catalog_ids'] = $this->common->parseArray($data[0]['catalog_ids']); | |
203 | 203 | |
204 | 204 | $catalog_temp = $this->common->getTypeSubtype1(NULL, $lang_id)['catalog']; |
205 | 205 | usort($catalog_temp, $titlecmp); | ... | ... |