From: Mitch Jackson Date: Mon, 8 Jan 2018 22:09:13 +0000 (-0600) Subject: rt# 74031 work in progress X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=refs%2Fheads%2Frt74031_svc_realestate rt# 74031 work in progress - fix error naming svcnum column in svc_realestate.pm --- diff --git a/FS/FS/svc_realestate.pm b/FS/FS/svc_realestate.pm index 657982193..7c1fba873 100644 --- a/FS/FS/svc_realestate.pm +++ b/FS/FS/svc_realestate.pm @@ -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';