diff --git a/src_core/com/tenwa/voucher/CreateVoucherProcess/createVoucherLoanDistributor.java b/src_core/com/tenwa/voucher/CreateVoucherProcess/createVoucherLoanDistributor.java new file mode 100644 index 000000000..808ea674f --- /dev/null +++ b/src_core/com/tenwa/voucher/CreateVoucherProcess/createVoucherLoanDistributor.java @@ -0,0 +1,14 @@ +package com.tenwa.voucher.CreateVoucherProcess; + +import com.amarsoft.awe.util.Transaction; +import com.tenwa.flow.baseBussion.BaseBussiness; + +public class createVoucherLoanDistributor extends BaseBussiness{ + @Override + public Object run(Transaction Sqlca) throws Exception { + + + + return super.run(Sqlca); + } +}