From 500bbec2c159af10e273ef9ac2f50aaff04345a3 Mon Sep 17 00:00:00 2001 From: KarpAlex Date: Tue, 28 Jun 2022 19:07:09 +0200 Subject: [PATCH] added "hasSequence" = false to crm/Dokumentprestudent_model to avoid "lastval not found" error --- application/models/crm/Dokumentprestudent_model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/models/crm/Dokumentprestudent_model.php b/application/models/crm/Dokumentprestudent_model.php index ab4764479..0a6669359 100644 --- a/application/models/crm/Dokumentprestudent_model.php +++ b/application/models/crm/Dokumentprestudent_model.php @@ -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; } /**