diff --git a/tailbone/views/purchasing/receiving.py b/tailbone/views/purchasing/receiving.py index e819be2c..2bcae43b 100644 --- a/tailbone/views/purchasing/receiving.py +++ b/tailbone/views/purchasing/receiving.py @@ -508,7 +508,7 @@ class ReceivingBatchView(PurchasingBatchView): title = "({}) {} for ${:0,.2f} - {}, {}".format( batch.id_str, batch.vendor, - batch.po_total or 0, + batch.invoice_total or batch.po_total or 0, batch.department, batch.created_by) return title