X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_device.html;fp=httemplate%2Fedit%2Fpart_device.html;h=4f2fe93b4eb256c1de55de53b2e3400ae74df99d;hb=665067cef48a5516e0bfb2dd79d99b8495e25ee5;hp=0000000000000000000000000000000000000000;hpb=f544c8f095cfb2e844810d31b6230b96033cb1e8;p=freeside.git diff --git a/httemplate/edit/part_device.html b/httemplate/edit/part_device.html new file mode 100644 index 000000000..4f2fe93b4 --- /dev/null +++ b/httemplate/edit/part_device.html @@ -0,0 +1,16 @@ +<% include( 'elements/edit.html', + 'name' => 'Phone device type', + 'table' => 'part_device', + 'labels' => { + 'devicepart' => 'Part number', + 'devicename' => 'Device name', + }, + 'viewall_dir' => 'browse', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +