publicStringconfirm(StringtranId,StringxtraParams,StringforcedFlag,StringuserInfo)throwsRemoteException,ITMException//added by Ramagya On 10/08/2020[added userInfo parameter]
...
...
@@ -106,13 +114,22 @@ public class CashVoucherCreateMisc extends ActionHandlerEJB implements CashVouch
Stringsql22="select misc_voucher.tran_id as mvouch from misc_voucher,misc_vouchdet where misc_voucher.tran_id=misc_vouchdet.tran_id and misc_voucher.tran_type='CVH' and misc_voucher.order_ref= ? ";
Stringsql2="select misc_voucher.tran_id as mvouch from misc_voucher,misc_vouchdet where misc_voucher.tran_id=misc_vouchdet.tran_id and misc_voucher.tran_type='CVH' and misc_voucher.order_ref= ? ";