9 lines
110 B
PHP
9 lines
110 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sale_price' => 'Myyntihinta',
|
|
'purchase_price' => 'Ostohinta',
|
|
|
|
];
|