X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_dish.pm;h=2d249d17f104e5f0e578c649b48667c40d1f21db;hp=5c9e21710c741dff20e6c7de937f04b463ff5166;hb=bb7e827141c9ed68f30765c9ca2ddcd1d760ad2d;hpb=8540e77a4e36da552b518c13200e07570182676b diff --git a/FS/FS/svc_dish.pm b/FS/FS/svc_dish.pm index 5c9e21710..2d249d17f 100644 --- a/FS/FS/svc_dish.pm +++ b/FS/FS/svc_dish.pm @@ -63,9 +63,10 @@ sub table_info { 'name' => 'Dish service', 'display_weight' => 58, 'cancel_weight' => 85, + 'manual_require' => 1, 'fields' => { 'svcnum' => { label => 'Service' }, - 'acctnum' => { label => 'DISH account#', %opts }, + 'acctnum' => { label => 'DISH account#', required => 1, %opts }, 'installdate' => { label => 'Install date', %opts }, 'note' => { label => 'Installation notes', %opts }, }