diff --git a/tailbone/views/purchases/credits.py b/tailbone/views/purchases/credits.py index c8b6f684..9b4e0255 100644 --- a/tailbone/views/purchases/credits.py +++ b/tailbone/views/purchases/credits.py @@ -58,6 +58,7 @@ class PurchaseCreditView(MasterView): 'size', 'cases_shorted', 'units_shorted', + 'invoice_total', 'credit_type', 'mispick_upc', 'date_received', @@ -82,6 +83,7 @@ class PurchaseCreditView(MasterView): # g.set_type('upc', 'gpc') g.set_type('cases_shorted', 'quantity') g.set_type('units_shorted', 'quantity') + g.set_type('invoice_total', 'currency') g.set_label('invoice_number', "Invoice No.") g.set_label('upc', "UPC")