From: Janusz Dobrowolski Date: Sun, 5 Oct 2008 17:12:39 +0000 (+0000) Subject: Bugfix [0000071] Ordering for customers with bad history available via F4-Enter X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=81a9c1d92425bc077aaf9c0cc3f842d5ea1bba98;p=textcart.git Bugfix [0000071] Ordering for customers with bad history available via F4-Enter --- 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 } //--------------------------------------------------------------------------------------------