tip pulled out of sales orders

This commit is contained in:
Bryce
2023-08-01 11:49:14 -07:00
parent 013c6155b6
commit 02f0d25571

View File

@@ -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)