diff --git a/application/controllers/system/infocenter/InfoCenter.php b/application/controllers/system/infocenter/InfoCenter.php
index 4cd6a0e07..216aa0619 100644
--- a/application/controllers/system/infocenter/InfoCenter.php
+++ b/application/controllers/system/infocenter/InfoCenter.php
@@ -641,6 +641,13 @@ class InfoCenter extends VileSci_Controller
show_error($notizen->retval);
}
+ $notizen_bewerbung = $this->NotizModel->getNotizByTitel($person_id, 'Anmerkung zur Bewerbung');
+
+ if (isError($notizen_bewerbung))
+ {
+ show_error($notizen_bewerbung->retval);
+ }
+
$user_person = $this->PersonModel->getByUid($this->uid);
if (isError($user_person))
@@ -659,6 +666,7 @@ class InfoCenter extends VileSci_Controller
'messages' => $messages->retval,
'logs' => $logs,
'notizen' => $notizen->retval,
+ 'notizenbewerbung' => $notizen_bewerbung->retval,
'messagelink' => $messagelink
);
diff --git a/application/views/system/infocenter/anmerkungenZurBewerbung.php b/application/views/system/infocenter/anmerkungenZurBewerbung.php
new file mode 100644
index 000000000..565db79db
--- /dev/null
+++ b/application/views/system/infocenter/anmerkungenZurBewerbung.php
@@ -0,0 +1,26 @@
+ 0): ?>
+
+
| Anmerkungen zur Bewerbung | +|
|---|---|
| + insertamum), 'd.m.Y H:i:s') ?> + | ++ text) ?> + | +
| Vorname | -vorname ?> | -
| Nachname | -- nachname ?> | -
| Geburtsdatum | -- gebdatum), 'd.m.Y') ?> | -
| Sozialversicherungsnr | -- svnr ?> | -
| Staatsbürgerschaft | -- staatsbuergerschaft ?> | -
| Geschlecht | -- geschlecht ?> | -
| Geburtsnation | -- geburtsnation ?> | -
| Geburtsort | -gebort ?> | -
| Kontakte | -||||
|---|---|---|---|---|
| Typ | -Kontakt | -Anmerkung | -||
| kontakttyp); ?> | -- kontakttyp === 'email'): ?> - - kontakt; - if ($kontakt->kontakttyp === 'email'): - ?> - - - | -anmerkung; ?> | +Vorname | +vorname ?> |
| Nachname | - Adresse - | -- strasse.', '.$adresse->plz.' '.$adresse->ort : '' ?> - | -- heimatadresse === true ? 'Heimatadresse' : ''). - ($adresse->heimatadresse === true && $adresse->rechnungsadresse === true ? ', ' : ''). - ($adresse->rechnungsadresse === true ? 'Rechnungsadresse' : ''); ?> - | + nachname ?>
| Kontakte | +|||
|---|---|---|---|
| Typ | +Kontakt | +Anmerkung | +|
| kontakttyp); ?> | ++ kontakttyp === 'email'): ?> + + kontakt; + if ($kontakt->kontakttyp === 'email'): + ?> + + + | +anmerkung; ?> | +|
| + Adresse + | ++ strasse.', '.$adresse->plz.' '.$adresse->ort : '' ?> + | ++ heimatadresse === true ? 'Heimatadresse' : ''). + ($adresse->heimatadresse === true && $adresse->rechnungsadresse === true ? ', ' : ''). + ($adresse->rechnungsadresse === true ? 'Rechnungsadresse' : ''); ?> + | +|