From 289bf747cf887d32f1ea05e3835dd393dee27427 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 19 Feb 2008 03:30:27 +0000 Subject: [PATCH] add some descriptions for svc_external fields, allowing id to fill in from inventory --- FS/FS/svc_external.pm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FS/FS/svc_external.pm b/FS/FS/svc_external.pm index 45b4ef953..0fb391fef 100644 --- a/FS/FS/svc_external.pm +++ b/FS/FS/svc_external.pm @@ -69,6 +69,15 @@ sub table_info { 'display_weight' => 90, 'cancel_weight' => 10, 'fields' => { + 'id' => { label => 'Unique number of external record', + type => 'text', + disable_default => 1, + disable_fixed => 1, + }, + 'title' => { label => 'Printed on invoice line items', + type => 'text', + disable_inventory => 1, + }, }, }; } -- 2.11.0