Remove 'create batch from results' link on products index page

This probably should come back someday, but in a smarter form and
leveraging new-style batches of course...
This commit is contained in:
Lance Edgar 2016-05-02 16:43:27 -05:00
parent fd11ef9af4
commit 785d0b5806

View file

@ -96,11 +96,4 @@
% endif
</%def>
<%def name="context_menu_items()">
${parent.context_menu_items()}
% if request.has_perm('batches.create'):
<li>${h.link_to("Create new Batch from results", url('products.create_batch'))}</li>
% endif
</%def>
${parent.body()}