Commit 9f9d0492 authored by Chanon.u's avatar Chanon.u
Browse files

Fix issue cannot save log when send error template

parent 14743758
...@@ -227,7 +227,7 @@ class ManualResponse extends Component ...@@ -227,7 +227,7 @@ class ManualResponse extends Component
'title' => 'Send Manual Response', 'title' => 'Send Manual Response',
'detail' => "Username: " . $userConnect->username . "\nLink: " . $userConnect->link, 'detail' => "Username: " . $userConnect->username . "\nLink: " . $userConnect->link,
'xml_content' => base64_encode($this->xmlContent), 'xml_content' => base64_encode($this->xmlContent),
'reference_number' => $this->xmlData['ReferenceNumber'], 'reference_number' => $this->xmlData['ReferenceNumber'] ?? $this->xmlData['ReferenceNo'] ?? '',
'declaration_number' => $this->xmlData['DeclarationNumber'] ?? '', 'declaration_number' => $this->xmlData['DeclarationNumber'] ?? '',
'link' => $userConnect->link 'link' => $userConnect->link
]); ]);
......
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