From ed7babbc6ce214ba0a1f63e7da9529b2e474929c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 16 Aug 2017 16:18:05 -0700 Subject: [PATCH] document fields --- FS/FS/svc_cable.pm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/FS/FS/svc_cable.pm b/FS/FS/svc_cable.pm index 9e818e142..5e3f180b8 100644 --- a/FS/FS/svc_cable.pm +++ b/FS/FS/svc_cable.pm @@ -36,6 +36,26 @@ from FS::Record. The following fields are currently supported: primary key +=item providernum + +Provider (see L) + +=item ordernum + +Provider order number + +=item modelnum + +Cable device model (see L) + +=item serialnum + +Cable device serial number + +=item mac_addr + +Cable device MAC address + =back =head1 METHODS -- 2.11.0