4 lines
82 B
PHP
4 lines
82 B
PHP
|
<?PHP
|
||
|
$loan_types['outgoing'] = 'Outgoing';
|
||
|
$loan_types['incoming'] = 'Incoming';
|