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