diff options
author | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-18 16:42:50 -0700 |
---|---|---|
committer | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-18 16:43:42 -0700 |
commit | 443509720b707097d514f952706d34deee0f58ca (patch) | |
tree | 386e42490c898a7b8ac343fdf208311db8bc175c | |
parent | e58351f6f09eb25ab48d0567b31a2eea25188de0 (diff) |
fixed typo of Receiver
-rw-r--r-- | FS/FS/svc_alarm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_alarm.pm b/FS/FS/svc_alarm.pm index 808a5d3a9..1c1754d81 100644 --- a/FS/FS/svc_alarm.pm +++ b/FS/FS/svc_alarm.pm @@ -74,7 +74,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', |