lang fix
This commit is contained in:
parent
4eaaec53b7
commit
3b41004926
@ -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,
|
||||
|
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["PRODUCT_CANCEL"] = "Товар в статусе отмены";
|
Loading…
Reference in New Issue
Block a user