Commit 3910d160 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue create patch exchangerate

parent 3aab8c5a
......@@ -150,9 +150,9 @@ class ExchangerateUpload extends Component
[
'currency' => $CUR,
'exdate' => $DATE1,
'finishdate' => $DATE2
],
[
'finishdate' => $DATE2,
'baht' => $IMRATE,
'rate' => $FACT,
'amenddate' => $AMMENDDATE
......@@ -163,9 +163,10 @@ class ExchangerateUpload extends Component
[
'currency' => $CUR,
'exdate' => $DATE1,
'finishdate' => $DATE2
],
[
'finishdate' => $DATE2
'baht' => $EXRATE,
'rate' => $FACT,
'amenddate' => $AMMENDDATE
......
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