Browse Source

ProductFamily : OrderBy products

feature/export_comptable
Guillaume 4 years ago
parent
commit
b459b9659b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ShopBundle/Model/ProductFamily.php

+ 1
- 0
ShopBundle/Model/ProductFamily.php View File

@@ -97,6 +97,7 @@ abstract class ProductFamily extends AbstractDocumentEntity implements ProductPr

/**
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\ProductInterface", mappedBy="productFamily", orphanRemoval=true, cascade={"persist"})
* @ORM\OrderBy({"position" = "ASC"})
*/
protected $products;


Loading…
Cancel
Save