9 lines
110 B
PHP
9 lines
110 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sales_price' => 'Müügihind',
|
|
'purchase_price' => 'Ostuhind',
|
|
|
|
];
|