Bugfix [0000080] - BOM line was not editable.
[fa-stable.git] / sales / manage / customers.php
index f33ad979332c06ef952613bda969acf1dd0cca4f..2605cae41a2adeceb23c0c103a323f81d2de366a 100644 (file)
@@ -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
 }
 //--------------------------------------------------------------------------------------------