Add ability to view details (i.e. all fields) of a batch row.
This commit is contained in:
parent
be41d0bb1e
commit
8285993fa6
4 changed files with 82 additions and 12 deletions
1
tailbone/views/vendors/invoices.py
vendored
1
tailbone/views/vendors/invoices.py
vendored
|
@ -198,6 +198,7 @@ class VendorInvoiceRowGrid(BatchRowGrid):
|
|||
class VendorInvoiceRowCrud(BatchRowCrud):
|
||||
row_class = VendorInvoiceRow
|
||||
route_prefix = 'vendors.invoices'
|
||||
batch_display = "Vendor Invoice"
|
||||
|
||||
|
||||
def includeme(config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue