Various improvements to batch worksheets, index links etc.

This commit is contained in:
Lance Edgar 2017-08-01 14:42:32 -05:00
parent 00027b09f6
commit 0171f3ebba
7 changed files with 13 additions and 29 deletions

View file

@ -1,11 +0,0 @@
## -*- coding: utf-8; -*-
<%inherit file="/master/index.mako" />
<%def name="context_menu_items()">
${parent.context_menu_items()}
% if request.has_perm('purchases.batch.list'):
<li>${h.link_to("Go to Purchasing Batches", url('purchases.batch'))}</li>
% endif
</%def>
${parent.body()}