Refactor vendor invoice batch views to use master3
This commit is contained in:
parent
97c5e97ccb
commit
33931b4bf2
3 changed files with 89 additions and 50 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue