Fix mobile inventory template

This commit is contained in:
Lance Edgar 2017-08-16 22:11:30 -05:00
parent 422b7681f4
commit 860f990a2e

View file

@ -3,8 +3,4 @@
<%def name="title()">Inventory</%def>
% if request.has_perm('batch.inventory.create'):
${h.link_to("New Inventory Batch", url('mobile.batch.inventory.create'), class_='ui-btn ui-corner-all')}
% endif
${parent.body()}