Expose ship_method and notes_to_vendor for purchase, ordering batch

This commit is contained in:
Lance Edgar 2018-02-22 11:16:33 -06:00
parent 37a788a141
commit d75fe88c44
2 changed files with 8 additions and 0 deletions
tailbone/views/purchases

View file

@ -69,6 +69,8 @@ class PurchaseView(MasterView):
'date_received',
'po_number',
'po_total',
'ship_method',
'notes_to_vendor',
'invoice_date',
'invoice_number',
'invoice_total',