This commit is contained in:
Bryce
2023-06-08 21:38:25 -07:00
5 changed files with 71 additions and 28 deletions

View File

@@ -85,7 +85,6 @@
:tip (fmt-amount tip)}]
:total (fmt-amount (+ food-total
tax
tip
(or adjustments 0.0)))
:discount (fmt-amount (or adjustments 0.0))
:service-charge (fmt-amount (+ fee commission))