Subversion Repositories SmartDukaan

Rev

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

Rev 7410 Rev 7574
Line 126... Line 126...
126
 
126
 
127
	public List<InventoryItem> getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(
127
	public List<InventoryItem> getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(
128
			long itemId, long physicalWarehouseId) {
128
			long itemId, long physicalWarehouseId) {
129
		return inventoryItemMapper.getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(itemId, physicalWarehouseId);
129
		return inventoryItemMapper.getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(itemId, physicalWarehouseId);
130
	}
130
	}
-
 
131
 
-
 
132
	public long getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
-
 
133
			long itemId, long physicalWarehouseId) {
-
 
134
		return inventoryItemMapper.getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
-
 
135
				itemId, physicalWarehouseId);
-
 
136
	}
131
	
137
	
132
}
138
}