diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-01-08 16:09:13 -0600 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-01-08 21:35:47 -0600 |
commit | a1b4b7b7c6d43687acf4b2538d24ab46f46aad83 (patch) | |
tree | 63d09b4624a606b8224d1305b0d721093d78362b | |
parent | f778bc6bc2dac6380f32dd694480508fa071f200 (diff) |
rt# 74031 work in progressrt74031_svc_realestate
- fix error naming svcnum column in svc_realestate.pm
-rw-r--r-- | FS/FS/svc_realestate.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |