dever %!s(int64=3) %!d(string=hai) anos
pai
achega
bf334f5454
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/src/My.php

@@ -154,7 +154,7 @@ class My extends Core
         $where['role'] = Dever::input('role');
         $where['area'] = Dever::input('area');
 
-        $this->data = Dever::load('agent/lib/order')->getPrice($this->user);
+        $this->data = Dever::load('agent/lib/order')->getPrice();
         $this->data['area_string'] = Dever::load("area/api.string", $where['area'], ' / ');
         $info = Dever::db('agent/member_area')->find($where);