Update references to vendor invoice batches
per table/model rename
This commit is contained in:
parent
9b76e23354
commit
0128690da8
|
@ -42,9 +42,10 @@ class VendorInvoiceView(FileBatchMasterView):
|
||||||
"""
|
"""
|
||||||
Master view for vendor invoice batches.
|
Master view for vendor invoice batches.
|
||||||
"""
|
"""
|
||||||
model_class = model.VendorInvoice
|
model_class = model.VendorInvoiceBatch
|
||||||
model_row_class = model.VendorInvoiceRow
|
model_row_class = model.VendorInvoiceBatchRow
|
||||||
default_handler_spec = 'rattail.batch.vendorinvoice:VendorInvoiceHandler'
|
default_handler_spec = 'rattail.batch.vendorinvoice:VendorInvoiceHandler'
|
||||||
|
route_prefix = 'vendorinvoices'
|
||||||
url_prefix = '/vendors/invoices'
|
url_prefix = '/vendors/invoices'
|
||||||
|
|
||||||
grid_columns = [
|
grid_columns = [
|
||||||
|
|
Loading…
Reference in a new issue