summaryrefslogtreecommitdiff
path: root/FS/FS/TicketSystem/RT_External.pm
diff options
context:
space:
mode:
authormark <mark>2011-06-27 07:11:01 +0000
committermark <mark>2011-06-27 07:11:01 +0000
commit12f4cc4b100b849de3584d5d1a2376cebcd8729f (patch)
tree9b6c5c8badd6114034e59bffe5277696f93de4b1 /FS/FS/TicketSystem/RT_External.pm
parentc1e316ef66e35dadb888b4e59047ba51082f198a (diff)
self-service ticket priority and edit subject, #13199
Diffstat (limited to 'FS/FS/TicketSystem/RT_External.pm')
-rw-r--r--FS/FS/TicketSystem/RT_External.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/FS/TicketSystem/RT_External.pm b/FS/FS/TicketSystem/RT_External.pm
index 8a8c3ffb4..f976ac0e3 100644
--- a/FS/FS/TicketSystem/RT_External.pm
+++ b/FS/FS/TicketSystem/RT_External.pm
@@ -403,5 +403,9 @@ sub create_ticket {
return 'create_ticket unimplemented w/external RT (write something w/RT::Client::REST?)';
}
+sub init { } #unimplemented
+
+sub selfservice_priority { '' } #unimplemented
+
1;