diff options
Diffstat (limited to 'FS/FS/svc_dsl.pm')
| -rw-r--r-- | FS/FS/svc_dsl.pm | 4 | 
1 files changed, 2 insertions, 2 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,  | 
