|
@@ -36,7 +36,7 @@ namespace PTMedicalInsurance.Forms
|
|
|
private void btOk_Click(object sender, EventArgs e)
|
|
|
{
|
|
|
cardType = "0" + (rbgCardType.SelectedIndex +1).ToString();
|
|
|
- businessType = "01" + cbBusinessType.Text.Substring(0,3);
|
|
|
+ businessType = cbBusinessType.Text.Substring(0,3);
|
|
|
|
|
|
Global.pat.OtherProv = rbgOtherProv.SelectedIndex;
|
|
|
|