Inventory Receipt – Storage location is not getting saved and ‘negative stock quantity is not allowed’ message is only coming while receiving: -

Issue No: IC-1125
Created 8/7/2015 2:45:06 AM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version 15.3
Description # Storage location is set as Rawtea and saved. # But while reopening, this information is not getting saved. # Trying in master 359 version. # {color:blue}In saving, it shows negative qty is not allowed message though there is no negative qty entered.{color} # {color:blue}SQL profiler is showing below information.{color}   {color:blue}exec{color}{color:maroon}sp_executesql{color}{color:red}N'dbo.uspICPostInventoryReceipt @ysnPost, @ysnRecap, @strTransactionId, @intUserId, @intEntityId'{color}{color:gray},{color}{color:red}N'@ysnPost bit,@ysnRecap bit,@strTransactionId nvarchar(9),@intUserId int,@intEntityId int'{color}{color:gray},{color}@ysnPost{color:gray}={color}1{color:gray},{color}@ysnRecap{color:gray}={color}0{color:gray},{color}@strTransactionId{color:gray}={color}{color:red}N'INVRCT-45'{color}{color:gray},{color}@intUserId{color:gray}={color}1{color:gray},{color}@intEntityId{color:gray}={color}1   {color:blue}go{color}