summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
+ },
},
};
}