From: Gustavo Martin Morcuende Date: Mon, 21 May 2012 00:02:32 +0000 (+0200) Subject: Missed field in CompanyCategoryForm.class.php X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=0fe31d55dd559c11fb230941dc6d2c4d1ff0271e;p=mobi%2F.git Missed field in CompanyCategoryForm.class.php --- 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'));