mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-26 10:17:59 -05:00
12 lines
187 B
PHP
12 lines
187 B
PHP
<?php
|
|
|
|
return [
|
|
'half_down' => '',
|
|
'half_even' => '',
|
|
'half_five' => '',
|
|
'half_odd' => '',
|
|
'half_up' => '',
|
|
'round_down' => '',
|
|
'round_up' => '',
|
|
];
|