dever hace 3 años
padre
commit
f0e45f4ed4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/mshop/src/My.php

+ 1 - 1
app/mshop/src/My.php

@@ -416,7 +416,7 @@ class My extends Core
         $this->data['info']['name'] = Dever::load('cash/lib/set')->statDate($stat_type, $this->data['info']['day']);
         Dever::setInput('day', $this->data['info']['day']);
         list($this->data['info']['start'], $this->data['info']['end']) = Dever::month();
-        $this->data['info']['status_name'] = $type[$this->data['info']['shop_status']];
+        $this->data['info']['status_name'] = $status[$this->data['info']['shop_status']];
 
         $where = array();
         $where['type'] = 1;