From 02f0d25571ad6f704424b02b8f3c472cb348b594 Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 1 Aug 2023 11:49:14 -0700 Subject: [PATCH] tip pulled out of sales orders --- scratch-sessions/ezcater_xls.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scratch-sessions/ezcater_xls.clj b/scratch-sessions/ezcater_xls.clj index 9577c92e..a2acea74 100644 --- a/scratch-sessions/ezcater_xls.clj +++ b/scratch-sessions/ezcater_xls.clj @@ -81,8 +81,7 @@ )) :tip (fmt-amount tip)}] :total (fmt-amount (+ food-total - tax - tip)) + tax)) :discount (fmt-amount (or adjustments 0.0)) :service-charge (fmt-amount (+ fee commission)) :tax (fmt-amount tax)