Skip to content

Commit

Permalink
bug fix e7 (#5672)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Aug 6, 2022
1 parent c76335e commit 59458bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,4 +31,4 @@
$retval = array();
$retval['fee_sheet_options'] = $fso;
$retval['pricelevel'] = $pricelevel;
echo json_encode($retval);
echo text(json_encode($retval));

0 comments on commit 59458bc

Please sign in to comment.