diff --git a/module/LogisticsBundle/Entity/Inventory.php b/module/LogisticsBundle/Entity/Inventory.php index e6143f6ef6..0a2fdad23a 100644 --- a/module/LogisticsBundle/Entity/Inventory.php +++ b/module/LogisticsBundle/Entity/Inventory.php @@ -116,12 +116,12 @@ class Inventory */ private $expiryDate; - /** - * @var DateTime The expiry date - * - * @ORM\Column(name="expiry_date_", type="DateTime", nullable=true) - */ - private $expiryDate_; +// /** +// * @var DateTime The expiry date +// * +// * @ORM\Column(name="expiry_date_", type="DateTime", nullable=true) +// */ +// private $expiryDate_; /** * Inventory constructor