Conversion - Customer special pricing. Deviation amounts need converted from negative

Issue No: AR-5741
Created 10/17/2017 1:52:04 PM
Type Bug
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 17.3
Description *Steps to replicate* :   # Restore Customer's db. # Delete data in tblARCustomerSpecialPrice. # Execute this SP:uspARImportCustomerSpecialPrice # Check this table ptpdvmst, for Customer with Pricing setup.     *Issue:* Customer special pricing Deviation amounts need to be converted from negative.     *Acceptance:* if Price basis is Sell-Amt, then Origin negatives will be i21 Positives and vice versa   * For special pricing in Origin, deviation amounts for reducing a price by 3 cents would be a negative value. But in i21 these need to be positive. * For example, a price basis of "Sell - Amt", if you subtract -0.03, you end up adding 0.03 to the original price. * There are also values where the special price is greater than the original price, those will need to be negative instead of positive. * Multiplying by -1 should properly reverse values on conversion if the price basis is Sell - Amt