This commit is contained in:
2009-07-24 11:47:10 +00:00
parent e2209144a4
commit 9c82153da1
2 changed files with 4 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ namespace DataLoader
Item parentitem = itm;
foreach (DataRowView drw in dv)
{
SectItm = MigrateSection(parentitem, cont.Number, cn, drw, ds.Tables["Steps"], SectItm, dicSecCount.Count > 0 ? true : false, pth, docver);
SectItm = MigrateSection(parentitem, ProcNumber, cn, drw, ds.Tables["Steps"], SectItm, dicSecCount.Count > 0 ? true : false, pth, docver);
// if no children, add first child (cont)
if (addpart)