Subversion Repositories SmartDukaan

Rev

Rev 34573 | Rev 34576 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34573 Rev 34575
Line 221... Line 221...
221
                transaction.setCreatedBy(creatorId);
221
                transaction.setCreatedBy(creatorId);
222
                LOGGER.info("transaction  created by {}", transaction.getCreatedBy());
222
                LOGGER.info("transaction  created by {}", transaction.getCreatedBy());
223
                commonPaymentService.payThroughWallet(transactionId);
223
                commonPaymentService.payThroughWallet(transactionId);
224
                if (type.equals(ProfitMandiConstants.PO_TYPE.AUTO)) {
224
                if (type.equals(ProfitMandiConstants.PO_TYPE.AUTO)) {
225
                    bid.setStatus(finalBidStatus);
225
                    bid.setStatus(finalBidStatus);
-
 
226
                    approvalRequired = false;
226
                }
227
                }
227
                if (approvalRequired) {
228
                if (approvalRequired) {
228
                    this.createApproval(transactionId);
229
                    this.createApproval(transactionId);
229
                    if (loanId > 0) {
230
                    if (loanId > 0) {
230
                        LoanTransaction loanTransaction = new LoanTransaction();
231
                        LoanTransaction loanTransaction = new LoanTransaction();