diff --git a/local/components/evolution/used.catalog.position/templates/.default/template.php b/local/components/evolution/used.catalog.position/templates/.default/template.php
index db9f057..bd39b2f 100644
--- a/local/components/evolution/used.catalog.position/templates/.default/template.php
+++ b/local/components/evolution/used.catalog.position/templates/.default/template.php
@@ -46,7 +46,7 @@ $this->setFrameMode(true);
Спецпредложение
endif; ?>
if(!empty($arResult['PROPERTIES']['RESERVE_DATE']['VALUE'])): ?>
- if(strtotime($arParams['PROPERTIES']['RESERVE_DATE']['VALUE']) > time()): ?>
+ if((strtotime($arResult['PROPERTIES']['RESERVE_DATE']['VALUE']) + 86400) > time()): ?>
Резерв до = date("d.m.Y", strtotime($arResult['PROPERTIES']['RESERVE_DATE']['VALUE'])); ?>
endif; ?>
endif; ?>
diff --git a/local/used.php b/local/used.php
index 4bc8b6d..8ae6e38 100644
--- a/local/used.php
+++ b/local/used.php
@@ -469,7 +469,7 @@ foreach($json as $car)
$car_existed['PROPERTIES'] = $car_search_ob->GetProperties();
$el = new CIBlockElement;
- $el->Update($car_existed['ID'], ["ACTIVE" => "Y", "NAME" => $name, "SORT" => 500]);
+ $el->Update($car_existed['ID'], ["ACTIVE" => "Y", "NAME" => $name, "DETAIL_TEXT" => $car['description'], "SORT" => 500]);
if(in_array("updateimages", $argv))
{