Rearrange primary batch fields for vendor catalogs.
Catalog info seemed more important than who uploaded it.
This commit is contained in:
parent
16be06821a
commit
23addae818
6
tailbone/views/vendors/catalogs.py
vendored
6
tailbone/views/vendors/catalogs.py
vendored
|
@ -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,
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue