Add initial "scanning" feature for Ordering Batches
This commit is contained in:
parent
801c56f06e
commit
329e75ee82
6 changed files with 553 additions and 32 deletions
|
@ -412,10 +412,10 @@ class BatchMasterView(MasterView):
|
|||
return text
|
||||
|
||||
if batch.complete:
|
||||
label = "Mark as NOT Complete"
|
||||
label = "Mark Incomplete"
|
||||
value = 'false'
|
||||
else:
|
||||
label = "Mark as Complete"
|
||||
label = "Mark Complete"
|
||||
value = 'true'
|
||||
|
||||
kwargs = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue