Commit ebad5d95 authored by vdhoble's avatar vdhoble

added changes for local confirm button


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101069 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1a1a9bd8
/******
* created by Vishakha D
* Request ID:D15KSUN031
* post order migration
*
*/
package ibase.webitm.ejb.dis;
import ibase.system.config.ConnDriver;
......@@ -107,7 +114,7 @@ public class DespatchConfirm extends ActionHandlerEJB implements DespatchConfirm
itmDBAccessEJB = new ITMDBAccessEJB();
retString = confirm( tranID, xtraParams, forcedFlag,conn); //calling and creating connection
if( retString != null && retString.trim().length() > 0 )
if( retString != null && retString.trim().length() > 0 && !retString.contains("VTPOSTDES"))
{
conn.rollback();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment