Commit 5bdf8292 authored by Chanon.u's avatar Chanon.u
Browse files

Add condition lock data

+ ReferenceNo to ReferenceNumber (reverse too)
parent 1a48f0f8
......@@ -147,6 +147,8 @@ class ManualResponse extends Component
if(isset($tmp_xmlData['ReferenceNumber']) && isset($this->xmlData['ReferenceNo'])){
$this->xmlData['ReferenceNo'] = $tmp_xmlData['ReferenceNumber'];
}else if(isset($tmp_xmlData['ReferenceNo']) && isset($this->xmlData['ReferenceNumber'])){
$this->xmlData['ReferenceNumber'] = $tmp_xmlData['ReferenceNo'];
}
}
}
......
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