From 702a99e558a32a4b56d6945ca445f98f6e4d2504 Mon Sep 17 00:00:00 2001 From: unknown <3adpot1@gmail.com> Date: Tue, 25 Jan 2022 22:30:21 +1000 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B4=D1=80=D0=B5=D1=81=20=D0=B4=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Entity/Document/CustomerOrder.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Entity/Document/CustomerOrder.php b/src/Entity/Document/CustomerOrder.php index b2ff6cd..1c43d56 100644 --- a/src/Entity/Document/CustomerOrder.php +++ b/src/Entity/Document/CustomerOrder.php @@ -35,6 +35,12 @@ class CustomerOrder extends MetaEntity */ public $description; + /** + * @Type("string") + * @Generator() + */ + public $shipmentAddress; + /** * @Type("string") * @Generator()