update 20250413
This commit is contained in:
@@ -1645,7 +1645,7 @@ namespace OnDoc.UICintrols
|
||||
}
|
||||
private void ribbonButtonVersandstrasse_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
|
||||
var records = sfDataGrid1.View.GetSelectedRecords();
|
||||
if (records.Count < 1) { return; }
|
||||
int i = 0;
|
||||
@@ -1675,7 +1675,7 @@ namespace OnDoc.UICintrols
|
||||
vp.Mitteilung = "";
|
||||
vp.GAS = "";
|
||||
vp.GASAdresse = "";
|
||||
vp.PaketNr = i.ToString();
|
||||
vp.PaketNr = Guid.NewGuid().ToString();
|
||||
vp.Dokument.Add(new Versanddokument(datarow["dokumentid"].ToString(), datarow["doktyp"].ToString(), datarow["partner-nr"].ToString()));
|
||||
|
||||
reserve_vs_dokument(datarow["dokumentid"].ToString(), 1);
|
||||
|
||||
Reference in New Issue
Block a user