contract resource

This commit is contained in:
merdan 2022-11-08 17:57:00 +05:00
parent 32299d4572
commit a750e1e209
1 changed files with 0 additions and 2 deletions

View File

@ -18,11 +18,9 @@ public function toArray($request)
'InputNumber' => $this->InputNumber,
'InputDate' => $this->InputDate,
'RegDate' => $this->RegDate,
// 'MarkerSpec' => $this->MarkerSpec,
'Status' => trans('imported.markerspec.'.$this->MarkerSpec),
'Workflow_ID' => $this->Workflow_ID,
'Workflow' => trans('imported.workflow.'.$this->Workflow_ID),
// 'Note' => $this->Note,
'Remark' => $this->Remark,
];
}