Commit af5aebe3 authored by Chanon.u's avatar Chanon.u
Browse files

Remove debug

parent 64912d71
...@@ -134,7 +134,6 @@ class ManualResponse extends Component ...@@ -134,7 +134,6 @@ class ManualResponse extends Component
//For response Export: 9904: Goods Transition Control Already Cancel Matching -> No auto-gen Declaration Number. //For response Export: 9904: Goods Transition Control Already Cancel Matching -> No auto-gen Declaration Number.
$messageCode = MasterResponseTemplates::where('id', $this->templateId)->value('code') ?? ''; $messageCode = MasterResponseTemplates::where('id', $this->templateId)->value('code') ?? '';
dd($messageCode);
if($messageCode == '9904'){ if($messageCode == '9904'){
$this->xmlData['DeclarationNumber'] = ''; $this->xmlData['DeclarationNumber'] = '';
} }
......
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