Files
api_arrahn/config/report.php
T
Afiq Hamzah 967fbf1da3 Add changes to report keseluruhan stokaudit
- Change header columns
- Change column positions
- Add config to exclude certain cawangan in report stok audit
2024-04-22 11:24:18 +08:00

8 lines
74 B
PHP

<?php
return [
'excluded_cawangan' => [
'lahad datu',
]
];