Implementation - Update Item Pricing

Issue No: ST-733
Created 5/22/2018 5:01:24 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.3
Description Update Item Pricing (currently uses sp *uspSTUpdateItemPricing* ) * tblICItemPricing ** dblStandardCost, ** dblSalePrice, ** dtmDateModified ** intModifiedByUserId * tblICItemSpecialPricing - ** dblUnitAfterDiscount, ** dtmBeginDate, ** dtmEndDate, ** dtmDateModified ** intModifiedByUserId   *Expected:*   Implement the following stored procedures in c-store:   * uspICUpdateItemPricingForCStore * uspICUpdateItemPromotionalPricingForCStore * See IC-5383 for more info.