Approval.
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
<?PHP
|
||||
$custom_report_targets_set['object_single'] = 'Single object';
|
||||
$custom_report_targets_set['object_list'] = 'Multiple objects';
|
||||
$custom_report_targets_set['loan'] = 'Loan';
|
||||
$custom_report_targets_set['exhibition'] = 'Exhibition';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'custom_report_targets_set' =>
|
||||
array (
|
||||
'object_single' => 'Single object',
|
||||
'object_list' => 'Multiple objects',
|
||||
'loan' => 'Loan',
|
||||
'exhibition' => 'Exhibition',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user