From: ivan Date: Thu, 22 Sep 2011 21:42:14 +0000 (+0000) Subject: label cleanup X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=62467552aeac89b995ccecdab1a6044d4f42f3e8 label cleanup --- 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', }, }; }