From 81a9c1d92425bc077aaf9c0cc3f842d5ea1bba98 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 5 Oct 2008 17:12:39 +0000 Subject: [PATCH] Bugfix [0000071] Ordering for customers with bad history available via F4-Enter --- sales/manage/customers.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sales/manage/customers.php b/sales/manage/customers.php index f33ad97..2605cae 100644 --- a/sales/manage/customers.php +++ b/sales/manage/customers.php @@ -115,7 +115,8 @@ if (isset($_POST['submit'])) if (isset($_POST['select'])) { - context_return(array('customer_id' => $_POST['customer_id'])); // return to sales document + context_return(array('customer_id' => $_POST['customer_id'], + 'branch_id' => '')); // this fires customer history checks } //-------------------------------------------------------------------------------------------- -- 2.30.2