Subversion Repositories SmartDukaan

Rev

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

Rev 6096 Rev 6467
Line 278... Line 278...
278
    void clearItemAvailabilityCache();
278
    void clearItemAvailabilityCache();
279
    
279
    
280
    void updateVendorString(1:i64 warehouseId, 2:string vendorString);
280
    void updateVendorString(1:i64 warehouseId, 2:string vendorString);
281
    
281
    
282
    void clearItemAvailabilityCacheForItem(1:i64 item_id);
282
    void clearItemAvailabilityCacheForItem(1:i64 item_id);
-
 
283
    
-
 
284
    i64 getOurWarehouseIdForVendor(1:i64 vendorId);
283
}
285
}