rt# 74031 work in progress rt74031_svc_realestate
authorMitch Jackson <mitch@freeside.biz>
Mon, 8 Jan 2018 22:09:13 +0000 (16:09 -0600)
committerMitch Jackson <mitch@freeside.biz>
Tue, 9 Jan 2018 03:35:47 +0000 (21:35 -0600)
- fix error naming svcnum column in svc_realestate.pm

FS/FS/svc_realestate.pm

index 6579821..7c1fba8 100644 (file)
@@ -46,7 +46,7 @@ Instantiates a new svc_realestate object.
 
 sub table_info {
   tie my %fields, 'Tie::IxHash',
-    svc_num     => 'Service',
+    svcnum      => 'Service',
     description => 'Descriptive label',
     property    => 'Real estate property';