Subversion Repositories SmartDukaan

Rev

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

Rev 5978 Rev 6096
Line 276... Line 276...
276
    * Clear item availability cache.
276
    * Clear item availability cache.
277
    */
277
    */
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
    
-
 
282
    void clearItemAvailabilityCacheForItem(1:i64 item_id);
281
}
283
}