Missed field in CompanyCategoryForm.class.php
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 21 May 2012 00:02:32 +0000 (02:02 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 21 May 2012 00:02:32 +0000 (02:02 +0200)
lib/form/doctrine/CompanyCategoryForm.class.php

index 8249c07..f8ce6db 100644 (file)
  */
 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'));