From a9afce8e14edf2988cde626f9709241e998f98ee Mon Sep 17 00:00:00 2001 From: Steve Ireland Date: Sat, 12 Aug 2017 22:04:43 -0400 Subject: [PATCH 1/2] Drop price from short receipt. --- application/views/sales/receipt_short.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/application/views/sales/receipt_short.php b/application/views/sales/receipt_short.php index 0676add63..454eb2bd9 100644 --- a/application/views/sales/receipt_short.php +++ b/application/views/sales/receipt_short.php @@ -61,10 +61,7 @@ { ?> - - - - + config->item('receipt_show_total_discount') ? 'total' : 'discounted_total')]); ?> From 1ac7994758798c041a0bf40e17d3e3bc5a23e602 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 13 Aug 2017 08:31:42 +0100 Subject: [PATCH 2/2] Replace spaces with tabs --- application/views/sales/receipt_short.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/sales/receipt_short.php b/application/views/sales/receipt_short.php index 454eb2bd9..2dbd827ac 100644 --- a/application/views/sales/receipt_short.php +++ b/application/views/sales/receipt_short.php @@ -61,7 +61,7 @@ { ?> - + config->item('receipt_show_total_discount') ? 'total' : 'discounted_total')]); ?>