From a1b4b7b7c6d43687acf4b2538d24ab46f46aad83 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Mon, 8 Jan 2018 16:09:13 -0600 Subject: rt# 74031 work in progress - fix error naming svcnum column in svc_realestate.pm --- FS/FS/svc_realestate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/svc_realestate.pm b/FS/FS/svc_realestate.pm index 6579821..7c1fba8 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'; -- cgit v1.1