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
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue