Skip to content
Snippets Groups Projects
Commit fe3a08cf authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

UTF-8 encode fine type from Voyager. (#1304)

parent 66642204
Branches
Tags
No related merge requests found
......@@ -1581,7 +1581,7 @@ EOT;
}
return ['amount' => $sqlRow['FINE_FEE_AMOUNT'],
'fine' => $sqlRow['FINE_FEE_DESC'],
'fine' => utf8_encode($sqlRow['FINE_FEE_DESC']),
'balance' => $sqlRow['FINE_FEE_BALANCE'],
'createdate' => $createDate,
'checkout' => $chargeDate,
......
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