Browse Source

Suppression tillerSynchronisation

feature/export_comptable
Guillaume 4 years ago
parent
commit
388f8f4c06
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      ShopBundle/Model/OrderShop.php

+ 0
- 5
ShopBundle/Model/OrderShop.php View File

@@ -50,11 +50,6 @@ abstract class OrderShop extends AbstractEntity implements FilterMerchantInterfa
*/
protected $meanPayment;

/**
* @ORM\Column(type="boolean", nullable=true)
*/
protected $tillerSynchronisation;

/**
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\OrderStatusHistoryInterface", mappedBy="orderShop", orphanRemoval=true)
*/

Loading…
Cancel
Save