From: Joe Date: Thu, 20 Oct 2022 07:14:06 +0000 (+0200) Subject: Typo on line 265. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=b7c034de13e029ab5a189b083096908af36b91f9 Typo on line 265. Fixed. --- diff --git a/sales/customer_payments.php b/sales/customer_payments.php index 1e1b5562..be442b1c 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -262,7 +262,7 @@ function read_customer_data() $myrow = get_customer_habit($_POST['customer_id']); $_POST['HoldAccount'] = !$myrow ? false : $myrow["dissallow_invoices"]; - $_POST['pymt_discount'] = !$myrow ? 0 : $myrow["pymt_descount"]; + $_POST['pymt_discount'] = !$myrow ? 0 : $myrow["pymt_discount"]; // To support Edit feature // If page is called first time and New entry fetch the nex reference number if (!$_SESSION['alloc']->trans_no && !isset($_POST['charge']))