Subversion Repositories SmartDukaan

Rev

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

Rev 6484 Rev 6558
Line 98... Line 98...
98
	}
98
	}
99
	
99
	
100
	public List<Map<String, Integer>> getCurrentNonSerializedInventory() {
100
	public List<Map<String, Integer>> getCurrentNonSerializedInventory() {
101
		return inventoryItemMapper.getCurrentNonSerializedInventory();
101
		return inventoryItemMapper.getCurrentNonSerializedInventory();
102
	}
102
	}
-
 
103
 
-
 
104
	public void markItemAsLost(long id, long currentQuantity) {
-
 
105
		inventoryItemMapper.markItemAsLost(id, currentQuantity);
-
 
106
		
-
 
107
	}
103
	
108
	
104
}
109
}