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