mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-02 15:12:29 +01:00
11 lines
132 B
PHP
11 lines
132 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'PKR' => [
|
|
0 => 'Rs',
|
|
1 => 'Pakistani Rupee',
|
|
],
|
|
],
|
|
];
|