Subversion Repositories SmartDukaan

Rev

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

Rev 29239 Rev 29240
Line 628... Line 628...
628
						.collect(Collectors.toList());
628
						.collect(Collectors.toList());
629
				for (Scheme scheme : itemActiveSchemes) {
629
				for (Scheme scheme : itemActiveSchemes) {
630
					LOGGER.info("Scheme ==== {}", scheme);
630
					LOGGER.info("Scheme ==== {}", scheme);
631
					itemCashback += this.createSchemeInOut(scheme, inventoryItem);
631
					itemCashback += this.createSchemeInOut(scheme, inventoryItem);
632
				}
632
				}
633
				LOGGER.info("itemCashback", itemCashback);
633
				LOGGER.info("itemCashback ==== {}", itemCashback);
634
				if (itemCashback > 0) {
634
				if (itemCashback > 0) {
635
					count++;
635
					count++;
636
					totalCashback += itemCashback;
636
					totalCashback += itemCashback;
637
				}
637
				}
638
			}
638
			}