Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
af5aebe3
Commit
af5aebe3
authored
Dec 02, 2024
by
Chanon.u
Browse files
Remove debug
parent
64912d71
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ManualResponse/ManualResponse.php
View file @
af5aebe3
...
@@ -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'
]
=
''
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment