From 5cd5119f23df408cb235a855d8d99c6a53b880cf Mon Sep 17 00:00:00 2001 From: "C.J. Adams-Collier" Date: Thu, 18 Sep 2014 16:42:50 -0700 Subject: [PATCH] fixed typo of Receiver --- FS/FS/svc_alarm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/svc_alarm.pm b/FS/FS/svc_alarm.pm index bfdb6bda1..0624f18a8 100644 --- a/FS/FS/svc_alarm.pm +++ b/FS/FS/svc_alarm.pm @@ -75,7 +75,7 @@ sub table_info { 'acctnum' => { label => 'Account #', %opts }, '_password' => { label => 'Password' , %opts }, 'location' => { label => 'Location', %opts }, - 'cs_receiver' => { label => 'CS Reciever #'}, + 'cs_receiver' => { label => 'CS Receiver #'}, 'cs_phonenum' => { label => 'CS Phone #' }, 'serialnum' => { label => 'Alarm Serial #' }, 'alarmsystemnum' => { label => 'Alarm System Vendor', -- 2.11.0