- statusgrundstatus tabelle hinzugefuegt

- sql abfragen angepasst
- statusgrund widget gefixed
This commit is contained in:
ma0048
2025-02-03 13:00:06 +01:00
parent 5b12e5eea7
commit b5500e2d11
8 changed files with 96 additions and 21 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Statusgrund_widget extends DropdownWidget
$this->load->model('crm/statusgrund_model', 'StatusgrundModel');
$this->StatusgrundModel->addOrder('statusgrund_id');
$this->addSelectToModel($this->StatusgrundModel, 'statusgrund_id', 'bezeichnung_mehrsprachig[1]');
$this->addSelectToModel($this->StatusgrundModel, 'statusgrund_id', '(bezeichnung_mehrsprachig[1])');
$this->setElementsArray(
$this->StatusgrundModel->load(),