Fix mobile inventory template
This commit is contained in:
parent
422b7681f4
commit
860f990a2e
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue