diff options
author | ivan <ivan> | 2008-02-19 03:30:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-02-19 03:30:27 +0000 |
commit | 289bf747cf887d32f1ea05e3835dd393dee27427 (patch) | |
tree | 18876790ac2ec7e67ba43dadfd82a7ceb8133ce9 /FS | |
parent | 9f676c582af6fa384273290713b9d163badc1eaf (diff) |
add some descriptions for svc_external fields, allowing id to fill in from inventory
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/svc_external.pm | 9 |
1 files changed, 9 insertions, 0 deletions
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, + }, }, }; } |