X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_domain.pm;h=6d543571863d723212dab8d2f9100c1f5087c498;hb=e96a3fd1c8ee8c711a7e119c0937da6866bbd4f0;hp=2642146ea9397be69e27ce506a599bf9bed1701e;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd;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} }