|
|
@@ -5782,6 +5782,7 @@ class Column_ses_x_a extends Column_Base {
|
|
|
if (isset($offer->_options) && !empty($offer->_options)) {
|
|
|
foreach ($offer->_options as $v_option) {
|
|
|
foreach ($this->_data_from_offer as $v_field_name) {
|
|
|
+ if ($v_field_name == 'P_SERVICE_UPLOAD_RATIO') continue;
|
|
|
if (!empty($v_option->$v_field_name)) {
|
|
|
$this->_data[$v_field_name] = $v_option->$v_field_name;
|
|
|
}
|
|
|
@@ -5979,6 +5980,7 @@ class Column_ses_users2_a extends Column_ses_x_a {
|
|
|
if (!empty($offer->_options)) {
|
|
|
foreach ($offer->_options as $v_option) {
|
|
|
foreach ($this->_data_from_offer as $v_field_name) {
|
|
|
+ if ($v_field_name == 'P_SERVICE_UPLOAD_RATIO') continue;
|
|
|
if (!empty($v_option->$v_field_name)) {
|
|
|
$this->_data[$v_field_name] = $v_option->$v_field_name;
|
|
|
|