Refactor vendor invoice batch views to use master3

This commit is contained in:
Lance Edgar 2018-02-03 12:37:24 -06:00
parent 97c5e97ccb
commit 33931b4bf2
3 changed files with 89 additions and 50 deletions

View file

@ -63,7 +63,7 @@
<%def name="refresh_button()">
% if master.viewing and master.batch_refreshable(batch) and request.has_perm('{}.refresh'.format(permission_prefix)):
<button type="button" id="refresh-data">Refresh data</button>
<button type="button" id="refresh-data">Refresh Data</button>
% endif
</%def>