
17 Sep
2003
17 Sep
'03
9:50 a.m.
Hi OTRS Mailers, I would like to add some new Internal Note Type "Wartung". I added the new type to the "Article_type" table. But, as i understand it, i have to modify the "Default.pm" script. This is what i did: $Self->{DefaultNoteTypes} = { 'note-internal' => 1, 'note-external' => 2, 'note-report' => 3, 'Wartung' => 4, }; But even after this modification the drop Down Box of the "note" Form only lists "note-internal". What else is necessary ? Thank you. Matthias Wegner