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

*/ */
protected $meanPayment; protected $meanPayment;


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

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

Loading…
Cancel
Save