9 lines
108 B
PHP
9 lines
108 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sale_price' => 'Verð',
|
|
'purchase_price' => 'Innkaupsverð',
|
|
|
|
];
|