浏览代码

Suppression tillerSynchronisation

feature/export_comptable
Guillaume 4 年前
父节点
当前提交
388f8f4c06
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. +0
    -5
      ShopBundle/Model/OrderShop.php

+ 0
- 5
ShopBundle/Model/OrderShop.php 查看文件

@@ -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)
*/

正在加载...
取消
保存