From 7e8fb4616477c3f9354770486337053d0098fb9c Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Wed, 3 Jun 2026 09:45:44 +0700 Subject: [PATCH] feat: display kitchen and customer notes on basic receipts for line items and orders --- static/src/xml/receipt_overrides.xml | 30 +++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/static/src/xml/receipt_overrides.xml b/static/src/xml/receipt_overrides.xml index a5367dc..0d51609 100644 --- a/static/src/xml/receipt_overrides.xml +++ b/static/src/xml/receipt_overrides.xml @@ -68,12 +68,32 @@ !props.basic_receipt || (!line.is_reward_line && line.price_unit >= 0 && line.qty >= 0 && line.displayPrice >= 0) - + -
  • - - -
  • + +
  • + + +
  • + +
  • + + +
  • +
    +
    + + + + + +
    + Order Note: +
    +
    + Customer Note: +
    +