Refactor vendor invoice batch views to use BatchMasterView.

This commit is contained in:
Lance Edgar 2016-02-14 17:50:03 -06:00
parent c83a3e6eb0
commit 7ac4af5f34
8 changed files with 65 additions and 135 deletions

View file

@ -66,7 +66,7 @@ class BatchMasterView(MasterView):
rows_viewable = True
rows_creatable = False
rows_editable = False
rows_deletable = False
rows_deletable = True
def __init__(self, request):
super(BatchMasterView, self).__init__(request)