Your Name hace 2 años
padre
commit
9c40c3909a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/bill/lib/Manage.php

+ 1 - 1
service/bill/lib/Manage.php

@@ -339,7 +339,7 @@ class Manage
         if($shop['agent_mid'] && $shop['agent_mid']>0){
             $member = Dever::db('agent/member')->find($shop['agent_mid']);
             if($member){
-                $html .= '<br />' .$member['mobile'];
+                $html .= '<br />' .$member['name'].$member['mobile'];
             }
         }
         return $html;