This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
CaracoleBundle
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Affichage reduction catalog back
packProduct
Fabien Normand
2 years ago
parent
80c153aa74
commit
2bf076fb7c
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
+4
-0
Repository/Reduction/ReductionCatalogRepositoryQuery.php
+ 4
- 0
Repository/Reduction/ReductionCatalogRepositoryQuery.php
View File
->setParameter('productCategory', $productCategories);
->setParameter('productCategory', $productCategories);
}
}
public function filterIsNotLinkToProductFamily()
{
return $this->andWhere('.productFamily is null');
}
}
}
Write
Preview
Loading…
Cancel
Save