mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 00:17:54 -05:00
11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
return [
|
|
"half_down" => "",
|
|
"half_even" => "",
|
|
"half_five" => "",
|
|
"half_odd" => "",
|
|
"half_up" => "",
|
|
"round_down" => "",
|
|
"round_up" => "",
|
|
];
|