Introduce support for "children first" truck dump receiving
still needs more testing to see what's left...
This commit is contained in:
parent
4af971b83c
commit
a45ce2ced2
7 changed files with 201 additions and 34 deletions
|
@ -674,9 +674,8 @@ class BatchMasterView(MasterView):
|
|||
def make_row_grid_tools(self, batch):
|
||||
return (self.make_default_row_grid_tools(batch) or '') + (self.make_batch_row_grid_tools(batch) or '')
|
||||
|
||||
def get_mobile_row_data(self, batch):
|
||||
return super(BatchMasterView, self).get_mobile_row_data(batch)\
|
||||
.order_by(self.model_row_class.sequence)
|
||||
def sort_mobile_row_data(self, query):
|
||||
return query.order_by(self.model_row_class.sequence)
|
||||
|
||||
def redirect_after_edit(self, batch):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue