Add row count to inventory and label batch views

This commit is contained in:
Lance Edgar 2017-06-22 01:17:34 -05:00
parent 17017adde8
commit b9a96f306b
3 changed files with 12 additions and 2 deletions

View file

@ -172,6 +172,7 @@ class BatchMasterView(MasterView):
g.id,
g.created,
g.created_by,
g.rowcount,
g.executed,
g.executed_by,
],