Fixed a bug when exporting a process/report that has a printformat not closing

the printformat tag.
This commit is contained in:
wght 2007-06-05 19:12:22 +00:00
parent 0dcc13fee8
commit d29162a086
1 changed files with 1 additions and 0 deletions

View File

@ -1036,6 +1036,7 @@ public class PackOut extends SvrProcess
pstmt2 = null;
}
hd_menu.endElement("","","printformat");
}
hd_menu.endElement("","","process");