From 0fe31d55dd559c11fb230941dc6d2c4d1ff0271e Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Mon, 21 May 2012 02:02:32 +0200 Subject: [PATCH] Missed field in CompanyCategoryForm.class.php --- lib/form/doctrine/CompanyCategoryForm.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/form/doctrine/CompanyCategoryForm.class.php b/lib/form/doctrine/CompanyCategoryForm.class.php index 8249c07..f8ce6db 100644 --- a/lib/form/doctrine/CompanyCategoryForm.class.php +++ b/lib/form/doctrine/CompanyCategoryForm.class.php @@ -10,6 +10,10 @@ */ class CompanyCategoryForm extends BaseCompanyCategoryForm { + /*Stores Doctrine Records to be removed from the database.*/ + protected $scheduledForDeletion = array(); + + public function configure() { $this->useFields(array('general_categ_id')); -- 2.1.4