Small bug in the latest release for the appointment status list

teryhill wrote on Friday, April 15, 2016:

There was a field added to the lists called active that skewed the appointment statuses. The data was not impacted so it works fine it just looks goofy. There is a commit for the fix but it is very simple just insert this line in to the program openemr\interface\super\edit_list.php.

<td><b><?php xl('Active','e'); ?></b></td>

after line 872… This will be in the next patch