Ver Fonte

Pokaz oferty fix BUG with field upload ratio

Piotr Labudda há 11 anos atrás
pai
commit
40097c7a73
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      SE/superedit-POKAZ_OFERTY_AKTUALNE_FUNC.php

+ 2 - 0
SE/superedit-POKAZ_OFERTY_AKTUALNE_FUNC.php

@@ -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;