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

@ -492,7 +492,7 @@ class BatchMasterView(MasterView):
def get_execute_title(self, batch):
if hasattr(self.handler, 'get_execute_title'):
return self.handler.get_execute_title(batch)
return "Execute this batch"
return "Execute Batch"
def prefill(self):
"""