@@ -311,9 +312,10 @@ public class CashVoucherCreateMisc extends ActionHandlerEJB implements CashVouch
...
@@ -311,9 +312,10 @@ public class CashVoucherCreateMisc extends ActionHandlerEJB implements CashVouch
//added by pravin nevage 20/9/22
//added by pravin nevage 20/9/22
StringvouchMiscId="";
StringvouchMiscId="";
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= ? ";
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= '"+tranId+"' ";