Subversion Repositories SmartDukaan

Rev

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

Rev 26761 Rev 26799
Line 858... Line 858...
858
				schemeService.processSchemeIn(inventoryItem.getPurchaseId(), inventoryItem.getFofoId());
858
				schemeService.processSchemeIn(inventoryItem.getPurchaseId(), inventoryItem.getFofoId());
859
			}
859
			}
860
		}	
860
		}	
861
		purchaseReturnItems.stream().forEach(x-> purchaseReturnItemRepository.delete(x));
861
		purchaseReturnItems.stream().forEach(x-> purchaseReturnItemRepository.delete(x));
862
	}
862
	}
-
 
863
 
-
 
864
	public void processPd(int priceDropId) throws ProfitMandiBusinessException {
-
 
865
		priceDropService.processPriceDrop(priceDropId);
-
 
866
	}
863
}
867
}
864
 
868
 
865
//7015845171
869
//7015845171
866
870