Fixed finding deeds based on section_id
git-svn-id: https://rosehill.googlecode.com/svn/trunk@60 100bd78a-fc82-11de-b5bc-ffd2847a4b57
This commit is contained in:
parent
31e05accab
commit
2e91a35e6f
|
@ -19,7 +19,7 @@
|
|||
class DeedList extends ZendDbResultIterator
|
||||
{
|
||||
private $columns = array(
|
||||
'id','section','lot','lot2','cemetery_id',
|
||||
'id','section_id','lot','lot2','cemetery_id',
|
||||
'lastname1','firstname1','middleInitial1',
|
||||
'lastname2','firstname2','middleInitial2',
|
||||
'issueDate','notes'
|
||||
|
|
Loading…
Reference in New Issue