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
5bdf8292
Commit
5bdf8292
authored
Dec 03, 2024
by
Chanon.u
Browse files
Add condition lock data
+ ReferenceNo to ReferenceNumber (reverse too)
parent
1a48f0f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ManualResponse/ManualResponse.php
View file @
5bdf8292
...
@@ -147,6 +147,8 @@ class ManualResponse extends Component
...
@@ -147,6 +147,8 @@ class ManualResponse extends Component
if
(
isset
(
$tmp_xmlData
[
'ReferenceNumber'
])
&&
isset
(
$this
->
xmlData
[
'ReferenceNo'
])){
if
(
isset
(
$tmp_xmlData
[
'ReferenceNumber'
])
&&
isset
(
$this
->
xmlData
[
'ReferenceNo'
])){
$this
->
xmlData
[
'ReferenceNo'
]
=
$tmp_xmlData
[
'ReferenceNumber'
];
$this
->
xmlData
[
'ReferenceNo'
]
=
$tmp_xmlData
[
'ReferenceNumber'
];
}
else
if
(
isset
(
$tmp_xmlData
[
'ReferenceNo'
])
&&
isset
(
$this
->
xmlData
[
'ReferenceNumber'
])){
$this
->
xmlData
[
'ReferenceNumber'
]
=
$tmp_xmlData
[
'ReferenceNo'
];
}
}
}
}
}
}
...
...
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