This corrects the ManyToOne relationship between Member and Chapters. That is
there are many of Member with one Chapter not many of chapters and one Member.
Changes
Updated the Chapters Model to ManyToOne from Members.
Updated the Chapters Model to ManyToOne from Members.
Added new query fields to template for chapter_id.
Notes
There are other warnings that are fixed as well.
Mainly to maintain some of the legacy features and update with new Member model.
Summary
This corrects the ManyToOne relationship between Member and Chapters. That is there are many of Member with one Chapter not many of chapters and one Member.
Changes
Notes