Show row count field when viewing vendor catalog batch

This commit is contained in:
Lance Edgar 2017-12-21 20:43:59 -06:00
parent e58ca10e25
commit 8d3846b2f2

View file

@ -116,6 +116,7 @@ class VendorCatalogsView(FileBatchMasterView):
fs.created_by,
fs.executed,
fs.executed_by,
fs.rowcount,
])
def get_batch_kwargs(self, batch):