10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
$txt_str['order_status'] = [
|
|
0 => 'nieuw',
|
|
1 => 'geaccepteerd',
|
|
2 => 'verwerkt',
|
|
|
|
'storno' => 'geannuleerd',
|
|
];
|