Subversion Repositories SmartDukaan

Rev

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

Rev 27304 Rev 27305
Line 1034... Line 1034...
1034
								schemeReverseAmount += sio.getAmount();
1034
								schemeReverseAmount += sio.getAmount();
1035
								invoiceSchemeReversalAmount += sio.getAmount();
1035
								invoiceSchemeReversalAmount += sio.getAmount();
1036
							}
1036
							}
1037
						}
1037
						}
1038
					}
1038
					}
1039
					if(Math.abs(invoiceWalletAmount - invoiceSchemeReversalAmount) > 1) {
1039
					if(Math.abs(invoiceWalletAmount - invoiceSchemeReversalAmount) > 3) {
1040
						LOGGER.info("No Matchhhh");
1040
						LOGGER.info("No Matchhhh");
1041
					}
1041
					}
1042
 					LOGGER.info("invoiceWalletAmount - {}, invoiceSchemeReversalAmount {}", invoiceWalletAmount, invoiceSchemeReversalAmount);
1042
 					LOGGER.info("invoiceWalletAmount - {}, invoiceSchemeReversalAmount {}", invoiceWalletAmount, invoiceSchemeReversalAmount);
1043
				} 
1043
				} 
1044
			}
1044
			}