Browse Source

[Backend] Exports : correctif bug étiquettes (certains produits non chargés)

develop
Guillaume 3 years ago
parent
commit
90dca083a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Model/OrderShop.php

+ 1
- 1
ShopBundle/Model/OrderShop.php View File

protected $orderPayments; protected $orderPayments;


/** /**
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\OrderProductInterface", mappedBy="orderShop", cascade={"persist", "remove"}, orphanRemoval=true)
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\OrderProductInterface", mappedBy="orderShop", cascade={"persist", "remove"}, orphanRemoval=true, fetch="EAGER")
*/ */
protected $orderProducts; protected $orderProducts;



Loading…
Cancel
Save