From 2e91a35e6ff665de8fc31196a4d2494f7d1d69c6 Mon Sep 17 00:00:00 2001 From: inghamn Date: Thu, 28 Jan 2010 15:38:58 +0000 Subject: [PATCH] Fixed finding deeds based on section_id git-svn-id: https://rosehill.googlecode.com/svn/trunk@60 100bd78a-fc82-11de-b5bc-ffd2847a4b57 --- classes/DeedList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/DeedList.php b/classes/DeedList.php index 430d767..0b78e6d 100644 --- a/classes/DeedList.php +++ b/classes/DeedList.php @@ -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'