|
@@ -6,6 +6,10 @@ use Dever;
|
|
|
|
|
|
class Set
|
|
class Set
|
|
{
|
|
{
|
|
|
|
+ public function getCash($cash)
|
|
|
|
+ {
|
|
|
|
+ return floor($cash, 2);
|
|
|
|
+ }
|
|
public function info($audit_type, $audit)
|
|
public function info($audit_type, $audit)
|
|
{
|
|
{
|
|
$config = Dever::db('cash/order')->config;
|
|
$config = Dever::db('cash/order')->config;
|