From 8d3846b2f2880941543f50eab7d982c5415a4379 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 21 Dec 2017 20:43:59 -0600 Subject: [PATCH] Show row count field when viewing vendor catalog batch --- tailbone/views/vendors/catalogs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/views/vendors/catalogs.py b/tailbone/views/vendors/catalogs.py index 99ce366b..dffde8ee 100644 --- a/tailbone/views/vendors/catalogs.py +++ b/tailbone/views/vendors/catalogs.py @@ -116,6 +116,7 @@ class VendorCatalogsView(FileBatchMasterView): fs.created_by, fs.executed, fs.executed_by, + fs.rowcount, ]) def get_batch_kwargs(self, batch):