This commit is contained in:
2008-05-15 11:01:11 +00:00
parent b2b0ba66d3
commit 2c62440347
3 changed files with 4 additions and 5 deletions

View File

@@ -121,10 +121,9 @@ namespace DataLoader
// See if no caret convert...
Format docverFormat = docver.ActiveFormat;
bool do_cvt = !(docverFormat.PlantFormat.FormatData.XtraOptions("DontConvertCarrotToDelta"));
bool do_cvt = docverFormat.PlantFormat.FormatData.SectData.ConvertCaretToDelta;
// pass in a 0 on MakeContent for type of procedure, i.e. procedure = 0 (on type field)
// can we save itm.ItemID in a dictionary of outside trans? ex: otrans("vehlp\procs\0POP05-EO00",itm.ItemID)?
Content cont = null;
Item itm =null;