- Bugfix in application/controllers/Cis/Documents.php

- application/libraries/AkteLib.php->_get fixes
- b/application/libraries/DmsLib.php better handling when no DMS is found
This commit is contained in:
Paolo
2025-09-09 15:48:53 +02:00
parent 88cdd43b3e
commit eaacbcf7cc
3 changed files with 80 additions and 43 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class Documents extends Auth_Controller
if (!is_numeric($akte_id))
return show_404();
$result = $this->aktelib->getByPersonId($akte_id);
$result = $this->aktelib->getByAkteId($akte_id);
if (isError($result))
return show_error(getError($result));
$akte = getData($result);