mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
- statusgrundstatus tabelle hinzugefuegt
- sql abfragen angepasst - statusgrund widget gefixed
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user