[freeside-commits] branch master updated. 443509720b707097d514f952706d34deee0f58ca
Carl J. Adams-Collier
cjac at 420.am
Thu Sep 18 16:43:47 PDT 2014
The branch, master has been updated
via 443509720b707097d514f952706d34deee0f58ca (commit)
from e58351f6f09eb25ab48d0567b31a2eea25188de0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 443509720b707097d514f952706d34deee0f58ca
Author: C.J. Adams-Collier <cjac at colliertech.org>
Date: Thu Sep 18 16:42:50 2014 -0700
fixed typo of Receiver
diff --git a/FS/FS/svc_alarm.pm b/FS/FS/svc_alarm.pm
index 808a5d3..1c1754d 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',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_alarm.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list