summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/svc_dsl.pm4
-rw-r--r--FS/FS/svc_port.pm3
2 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/svc_dsl.pm b/FS/FS/svc_dsl.pm
index 34e963e..ce4342e 100644
--- a/FS/FS/svc_dsl.pm
+++ b/FS/FS/svc_dsl.pm
@@ -139,8 +139,8 @@ sub table_info {
type => 'disabled' },
'desired_due_date' => { label => 'Desired Due Date', %dis2, },
'due_date' => { label => 'Due Date', %dis2, },
- 'vendor_order_id' => { label => 'Vendor Order Id', %dis2, },
- 'vendor_qual_id' => { label => 'Vendor Qualification Id',
+ 'vendor_order_id' => { label => 'Vendor Order ID', %dis2, },
+ 'vendor_qual_id' => { label => 'Vendor Qualification ID',
type => 'disabled' },
'vendor_order_type' => { label => 'Vendor Order Type',
disable_inventory => 1,
diff --git a/FS/FS/svc_port.pm b/FS/FS/svc_port.pm
index a0252b4..4e74661 100644
--- a/FS/FS/svc_port.pm
+++ b/FS/FS/svc_port.pm
@@ -85,7 +85,8 @@ sub table_info {
'display_weight' => 75,
'cancel_weight' => 10,
'fields' => {
- 'serviceid' => 'Torrus serviceid',
+ 'svcnum' => 'Service',
+ 'serviceid' => 'Torrus serviceid',
},
};
}