Approval.
This commit is contained in:
@ -1,19 +1,25 @@
|
||||
<?PHP
|
||||
$entry_types['0'] = '';
|
||||
$entry_types['1'] = 'Donation';
|
||||
$entry_types['2'] = 'Purchase';
|
||||
$entry_types['3'] = 'Excavation';
|
||||
$entry_types['4'] = 'Emergency Rescue';
|
||||
$entry_types['5'] = 'Inheritance';
|
||||
$entry_types['6'] = 'Endowment';
|
||||
$entry_types['7'] = 'Dispossession';
|
||||
$entry_types['8'] = 'Original condition';
|
||||
$entry_types['9'] = 'Loan';
|
||||
$entry_types['10'] = 'Exchange';
|
||||
$entry_types['11'] = 'In-house production';
|
||||
$entry_types['12'] = 'Material Strain (Törzsanyag)';
|
||||
$entry_types['14'] = 'Vorlass';
|
||||
$entry_types['15'] = 'Finding';
|
||||
$entry_types['98'] = 'To be checked';
|
||||
$entry_types['99'] = 'Other legal acquisition';
|
||||
$entry_types['16'] = 'Permanent loan';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'entry_types' =>
|
||||
array (
|
||||
0 => '',
|
||||
1 => 'Donation',
|
||||
2 => 'Purchase',
|
||||
3 => 'Excavation',
|
||||
4 => 'Emergency Rescue',
|
||||
5 => 'Inheritance',
|
||||
6 => 'Endowment',
|
||||
7 => 'Dispossession',
|
||||
8 => 'Original condition',
|
||||
9 => 'Loan',
|
||||
10 => 'Exchange',
|
||||
11 => 'In-house production',
|
||||
12 => 'Material Strain (Törzsanyag)',
|
||||
14 => 'Vorlass',
|
||||
15 => 'Finding',
|
||||
98 => 'To be checked',
|
||||
99 => 'Other legal acquisition',
|
||||
16 => 'Permanent loan',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user