JoelMon / pyTalkManager

Software to aid public talk coordinators in the congregations of Jehovah's Witnesses.
http://theodevelopers.github.io/pyTalkManager
6 stars 1 forks source link

The row id is not being selected after user selects a congregation. #53

Closed JoelMon closed 9 years ago

JoelMon commented 9 years ago

In main.py line 143 the variable selection is being used to select the row in the congregation table that should be edited. This is wrong. What needs to be passed in is selection[0] which is the selection's id number.

In db.py line 129 must also be fixed also once the bug in main.py is fixed.