summaryrefslogtreecommitdiff
path: root/FS/FS/svc_external.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-02-19 03:30:27 +0000
committerivan <ivan>2008-02-19 03:30:27 +0000
commit289bf747cf887d32f1ea05e3835dd393dee27427 (patch)
tree18876790ac2ec7e67ba43dadfd82a7ceb8133ce9 /FS/FS/svc_external.pm
parent9f676c582af6fa384273290713b9d163badc1eaf (diff)
add some descriptions for svc_external fields, allowing id to fill in from inventory
Diffstat (limited to 'FS/FS/svc_external.pm')
-rw-r--r--FS/FS/svc_external.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/FS/FS/svc_external.pm b/FS/FS/svc_external.pm
index 45b4ef9..0fb391f 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,
+ },
},
};
}