$br = get_branch($_GET['SelectedBranch']);
$_POST['customer_id'] = $br['debtor_no'];
$selected_id = $_POST['branch_code'] = $br['branch_code'];
+ $Mode = 'Edit';
}
//-----------------------------------------------------------------------------------------------
$th = array(_("Name"), _("Contact"), _("Sales Person"), _("Area"),
_("Phone No"), _("Fax No"), _("E-mail"), _("Tax Group"), "", "");
inactive_control_column($th);
- if (count($_SESSION['Context'])) $th[] = '';
+ if (count($_REQUEST['popup'])) $th[] = '';
table_header($th);