gogs 2 mesiacov pred
rodič
commit
52b3eeec91
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/Service/AuxiliaryAccountService.php

+ 1 - 0
app/Service/AuxiliaryAccountService.php

@@ -345,6 +345,7 @@ class AuxiliaryAccountService extends Service
         $customer = $customer->toArray();
         $customer['crt_name'] = Employee::where('id',$customer['crt_id'])->value('title');
         $customer['crt_time'] =$this->utcTime($customer['crt_time']);
+        $customer['month'] =$this->utcTime($customer['month']);
 
         $details = $this->getDetail($data['id']);
         $customer["details"] = $details;