1
0
mirror of synced 2024-11-22 05:16:09 +03:00
This commit is contained in:
Grisha Pomadchin 2013-12-29 21:27:23 +04:00
parent 4eaaec53b7
commit 3b41004926
2 changed files with 3 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class ICrmOrderActions
if (!$propUpdated) {
$arProduct['PROPS'][] = array(
'NAME' => 'Товар в статусе отмены',
'NAME' => GetMessage('PRODUCT_CANCEL'),
'CODE' => self::CANCEL_PROPERTY_CODE,
'VALUE' => $value,
'SORT' => 10,

View File

@ -0,0 +1,2 @@
<?php
$MESS["PRODUCT_CANCEL"] = "Товар в статусе отмены";