Explorar o código

Pokaz oferty fix BUG with field upload ratio

Piotr Labudda %!s(int64=11) %!d(string=hai) anos
pai
achega
40097c7a73
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;