59 'DELIVERY_ID' => array(
60 'data_type' =>
'integer',
64 'LOCATION_CODE' => array(
65 'data_type' =>
'string',
69 'LOCATION_TYPE' => array(
70 'data_type' =>
'string',
71 'default_value' => static::DB_LOCATION_FLAG,
78 'data_type' =>
'\Bitrix\Sale\Location\Location',
80 '=this.LOCATION_CODE' =>
'ref.CODE',
81 '=this.LOCATION_TYPE' => array(
'?', static::DB_LOCATION_FLAG)
85 'data_type' =>
'\Bitrix\Sale\Location\Group',
87 '=this.LOCATION_CODE' =>
'ref.CODE',
88 '=this.LOCATION_TYPE' => array(
'?', static::DB_GROUP_FLAG)
93 'data_type' => static::getTargetEntityName(),
95 '=this.DELIVERY_ID' =>
'ref.ID'