Show row count field when viewing vendor catalog batch
This commit is contained in:
parent
e58ca10e25
commit
8d3846b2f2
1
tailbone/views/vendors/catalogs.py
vendored
1
tailbone/views/vendors/catalogs.py
vendored
|
@ -116,6 +116,7 @@ class VendorCatalogsView(FileBatchMasterView):
|
||||||
fs.created_by,
|
fs.created_by,
|
||||||
fs.executed,
|
fs.executed,
|
||||||
fs.executed_by,
|
fs.executed_by,
|
||||||
|
fs.rowcount,
|
||||||
])
|
])
|
||||||
|
|
||||||
def get_batch_kwargs(self, batch):
|
def get_batch_kwargs(self, batch):
|
||||||
|
|
Loading…
Reference in a new issue