Fee Sheet using the wrong list_id

noscrodamus wrote on Thursday, April 14, 2016:

I’ve recently created a second site using the mutli-site module.
The fee sheet ive created looks correct

with the columns: Group, options and generates

The default site’s fee sheet seems to be using the incorrect database:
and has the colums:
ID, Title, Order default(checkbox), active(checkbox) Notes and Code(s)

Using firebug, i checked the source code and in the:
<select id="list_id" name="list_id">

the default(bad site) is using:
<option selected="" value="Fee_Sheet">Fee Sheet</option>

whereas, the good site is using:
<option selected="" value="feesheet">Fee Sheet</option>

All other values seem to match on both sites except for feesheet.
What do you think happened?
Also, while file (using CENTOS) would I have to edit to change the value?

The database tables also match up perfectly for both sites.
for table, “fee_sheet_options”, they are using the columns:
fs_cateogy, fs_option, fs_codes

Thank you!