From fd77dcfc5e3f76bfdc90aa95af21f056e82b3fbd Mon Sep 17 00:00:00 2001 From: objecttothis Date: Thu, 2 Nov 2023 14:12:54 +0400 Subject: [PATCH] Syntax errors - Deleted extra closing parenthesis --- app/Controllers/Sales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Sales.php b/app/Controllers/Sales.php index 6feb41940..fb7228688 100644 --- a/app/Controllers/Sales.php +++ b/app/Controllers/Sales.php @@ -379,7 +379,7 @@ class Sales extends Secure_Controller } elseif(($cur_giftcard_value - $current_payments_with_giftcard) <= 0 && $this->sale_lib->get_mode() == 'sale') //TODO ===? { - $data['error'] = lang('Giftcards.remaining_balance', [$giftcard_num, $cur_giftcard_value)]); + $data['error'] = lang('Giftcards.remaining_balance', [$giftcard_num, $cur_giftcard_value]); } else {