summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-09-22 21:42:16 +0000
committerivan <ivan>2011-09-22 21:42:16 +0000
commit6f5c9dee5b8c5ccf992f64a1087c7a5fd57bb950 (patch)
treef6855c58337bc5973401481e33665de030153641
parent8fea7d5909a4e00feaa47a1f27180fa5660e3a34 (diff)
label cleanup
-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 34e963e86..ce4342e27 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 a0252b492..4e74661fb 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',
},
};
}