Commit 9f2d30e3 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue create validate

parent e608d1de
......@@ -100,17 +100,17 @@ class ServerLicenseCreate extends Component
'COMPANY' => $this->company,
'BRANCH' => $this->branch,
'STATUS' => $this->status,
'LICENSEDATE' => $this->licenseDate,
'PHP_VERSION_ID' => $this->phpVersionId,
'CUR_VERSION' => $this->currentVersion,
'INSTALL_DATE' => $this->installDate,
'INSTALL_VERSION' => $this->installVersion,
'DATABASETYPE' => $this->databaseType,
'OWNERTYPE' => $this->ownerType,
'HSCODEMETHOD' => $this->hscodeMethod,
'CUSTOMERURL' => $this->customerUrl,
'CONTACT' => $this->contact,
'CONTACTCUSTOMERNAME' => $this->contactCustomerName,
'LICENSEDATE' => $this->licenseDate??' ',
'PHP_VERSION_ID' => $this->phpVersionId??' ',
'CUR_VERSION' => $this->currentVersion??' ',
'INSTALL_DATE' => $this->installDate??' ',
'INSTALL_VERSION' => $this->installVersion??' ',
'DATABASETYPE' => $this->databaseType??' ',
'OWNERTYPE' => $this->ownerType??' ',
'HSCODEMETHOD' => $this->hscodeMethod??' ',
'CUSTOMERURL' => $this->customerUrl??' ',
'CONTACT' => $this->contact??' ',
'CONTACTCUSTOMERNAME' => $this->contactCustomerName??' ',
]);
return redirect()->route('server-license.index')->with('message', 'Server License saved successfully.');
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment