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 ...@@ -100,17 +100,17 @@ class ServerLicenseCreate extends Component
'COMPANY' => $this->company, 'COMPANY' => $this->company,
'BRANCH' => $this->branch, 'BRANCH' => $this->branch,
'STATUS' => $this->status, 'STATUS' => $this->status,
'LICENSEDATE' => $this->licenseDate, 'LICENSEDATE' => $this->licenseDate??' ',
'PHP_VERSION_ID' => $this->phpVersionId, 'PHP_VERSION_ID' => $this->phpVersionId??' ',
'CUR_VERSION' => $this->currentVersion, 'CUR_VERSION' => $this->currentVersion??' ',
'INSTALL_DATE' => $this->installDate, 'INSTALL_DATE' => $this->installDate??' ',
'INSTALL_VERSION' => $this->installVersion, 'INSTALL_VERSION' => $this->installVersion??' ',
'DATABASETYPE' => $this->databaseType, 'DATABASETYPE' => $this->databaseType??' ',
'OWNERTYPE' => $this->ownerType, 'OWNERTYPE' => $this->ownerType??' ',
'HSCODEMETHOD' => $this->hscodeMethod, 'HSCODEMETHOD' => $this->hscodeMethod??' ',
'CUSTOMERURL' => $this->customerUrl, 'CUSTOMERURL' => $this->customerUrl??' ',
'CONTACT' => $this->contact, 'CONTACT' => $this->contact??' ',
'CONTACTCUSTOMERNAME' => $this->contactCustomerName, 'CONTACTCUSTOMERNAME' => $this->contactCustomerName??' ',
]); ]);
return redirect()->route('server-license.index')->with('message', 'Server License saved successfully.'); 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