From e5176350004ff1f73e7eaadbc4bb038a0c3c206e Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 21 Jun 2010 17:07:49 +0000 Subject: [PATCH] Fixed fatal typo --- sales/customer_credit_invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index c086d431..9dde9f10 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -348,7 +348,7 @@ function display_credit_options() global $Ajax; br(); -i f (isset($_POST['_CreditType_update'])) + if (isset($_POST['_CreditType_update'])) $Ajax->activate('options'); div_start('options'); -- 2.30.2