Task #404: GUI zum Schreiben von Nachrichten im FAS

This commit is contained in:
bison-paolo
2016-09-23 17:38:02 +02:00
parent 0ae8b4d8fa
commit 1fe6ec5ccc
10 changed files with 258 additions and 212 deletions
+8 -1
View File
@@ -84,9 +84,16 @@ class Message_model extends DB_Model
m.person_id,
m.subject,
m.body,
m.priority,
m.insertamum,
m.relationmessage_id,
m.oe_kurzbz,
p.anrede,
p.titelpost,
p.titelpre,
p.nachname,
p.vorname,
p.vornamen,
s.status,
s.statusinfo,
s.insertamum AS statusamum
@@ -154,4 +161,4 @@ class Message_model extends DB_Model
else
return $this->_error($this->db->error(), FHC_DB_ERROR);
}
}
}