added "hasSequence" = false to crm/Dokumentprestudent_model to avoid "lastval not found" error

This commit is contained in:
KarpAlex
2022-06-28 19:07:09 +02:00
parent ca667feb0d
commit 500bbec2c1
@@ -10,6 +10,7 @@ class Dokumentprestudent_model extends DB_Model
parent::__construct();
$this->dbTable = 'public.tbl_dokumentprestudent';
$this->pk = array('prestudent_id', 'dokument_kurzbz');
$this->hasSequence = false;
}
/**