diff options
author | Christopher Burger <burgerc@freeside.biz> | 2019-02-21 12:26:30 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2019-02-21 12:26:30 -0500 |
commit | 2cc68e7417a3ddc1e4d6d0988a9181d2a7bcd67e (patch) | |
tree | 85c232506d2c8c97d40756fa35970ba84785aa13 /httemplate | |
parent | ce530564cdf3182e547652c7550e8e3676e61e01 (diff) |
RT 82092 - removed ability to add custom fields
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/browse/part_virtual_field.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/browse/part_virtual_field.html b/httemplate/browse/part_virtual_field.html index 5e3876285..2d6fb7aed 100644 --- a/httemplate/browse/part_virtual_field.html +++ b/httemplate/browse/part_virtual_field.html @@ -1,6 +1,5 @@ <% include( 'elements/browse.html', 'title' => 'Custom field definitions', - 'menubar' => [ 'Add a new field' => $p.'edit/part_virtual_field.html', ], 'name' => 'custom fields', 'query' => { 'table' => 'part_virtual_field', 'hashref' => {}, |