Approval.
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
<?PHP
|
||||
$custom_report_targets_set['object_single'] = 'Одиночный объект';
|
||||
$custom_report_targets_set['object_list'] = 'Много объектов';
|
||||
$custom_report_targets_set['loan'] = 'Займ';
|
||||
$custom_report_targets_set['exhibition'] = 'Выставка';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'custom_report_targets_set' =>
|
||||
array (
|
||||
'object_single' => 'Одиночный объект',
|
||||
'object_list' => 'Много объектов',
|
||||
'loan' => 'Займ',
|
||||
'exhibition' => 'Выставка',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user