Fixed a bug when exporting a process/report that has a printformat not closing
the printformat tag.
This commit is contained in:
parent
0dcc13fee8
commit
d29162a086
|
|
@ -1036,6 +1036,7 @@ public class PackOut extends SvrProcess
|
||||||
pstmt2 = null;
|
pstmt2 = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hd_menu.endElement("","","printformat");
|
||||||
}
|
}
|
||||||
|
|
||||||
hd_menu.endElement("","","process");
|
hd_menu.endElement("","","process");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue