From 96ae0e14d1e0113858ace78ea4586bc3ad11c844 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 16 Aug 2017 16:18:31 -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 dde682bc9..efff1252a 100644 --- a/FS/FS/svc_cable.pm +++ b/FS/FS/svc_cable.pm @@ -39,6 +39,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