X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_domain.pm;h=6d543571863d723212dab8d2f9100c1f5087c498;hb=f93e5e60d4f995eabf4d660ce618a9e83c5d31a2;hp=2642146ea9397be69e27ce506a599bf9bed1701e;hpb=b8cfd0780aa40bb07f3215bf9cb58011f5e32a35;p=freeside.git diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index 2642146ea..6d5435718 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -369,6 +369,7 @@ sub domain_record { MX => 3, CNAME => 4, A => 5, + TXT => 6, ); sort { $order{$a->rectype} <=> $order{$b->rectype} }