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


_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to