From 0758ca09e65bfc3e90ce26a713a4d61919e9323f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 3 Nov 2021 20:54:46 -0500 Subject: [PATCH] Show unit price in line items grid for new custorder maybe should change this to show "base price" (unit *or* case depending on the row uom) ? --- tailbone/templates/custorders/create.mako | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tailbone/templates/custorders/create.mako b/tailbone/templates/custorders/create.mako index 7d368bdf..3e409a34 100644 --- a/tailbone/templates/custorders/create.mako +++ b/tailbone/templates/custorders/create.mako @@ -630,6 +630,16 @@ + + + {{ props.row.unit_price_display }} + + +