update 20240925
This commit is contained in:
@@ -234,8 +234,7 @@ namespace OnDoc.Versandstrasse
|
||||
default:
|
||||
break;
|
||||
}
|
||||
txtnachrichtankunde.Text = "";
|
||||
txtnachrichtankunde.Text=paket.Mitteilung.ToString();
|
||||
|
||||
if (paket.GAS.ToString() == "1"){
|
||||
chkGAS.Checked= true;
|
||||
lbgasadresse.SelectedIndex = Convert.ToInt32(paket.GASAdresse.ToString());
|
||||
@@ -250,7 +249,7 @@ namespace OnDoc.Versandstrasse
|
||||
if (rbversandoption1.Checked) { paket.Versandoption = "1"; }
|
||||
if (rbversandoption2.Checked) { paket.Versandoption = "2"; }
|
||||
if (rbversandoption3.Checked) { paket.Versandoption = "3"; }
|
||||
paket.Mitteilung = txtnachrichtankunde.Text;
|
||||
|
||||
if (chkGAS.Checked) { paket.GAS = "1"; } else { paket.GAS = "0"; }
|
||||
try { paket.GASAdresse = lbgasadresse.SelectedIndex.ToString(); } catch { paket.GASAdresse= "0"; }
|
||||
paket.verified = true;
|
||||
|
||||
Reference in New Issue
Block a user