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