Rearrange primary batch fields for vendor catalogs.

Catalog info seemed more important than who uploaded it.
This commit is contained in:
Lance Edgar 2015-02-12 23:18:17 -06:00
parent 16be06821a
commit 23addae818

View file

@ -113,13 +113,13 @@ class VendorCatalogCrud(FileBatchCrud):
options=parser_options)
fs.configure(
include=[
fs.created,
fs.created_by,
fs.vendor,
fs.data_file.label("Catalog File"),
fs.filename,
fs.parser_key.label("File Type"),
fs.effective,
fs.filename,
fs.created,
fs.created_by,
fs.executed,
fs.executed_by,
])