|  | @@ -10,6 +10,7 @@ using InABox.DynamicGrid;
 | 
	
		
			
				|  |  |  using InABox.Wpf;
 | 
	
		
			
				|  |  |  using InABox.WPF;
 | 
	
		
			
				|  |  |  using PRSDesktop.Panels.Products.Locations;
 | 
	
		
			
				|  |  | +using Syncfusion.Windows.Controls.RichTextBoxAdv;
 | 
	
		
			
				|  |  |  using Exception = System.Exception;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  namespace PRSDesktop;
 | 
	
	
		
			
				|  | @@ -306,7 +307,7 @@ public class StockHoldingGrid : DynamicDataGrid<StockHolding>
 | 
	
		
			
				|  |  |          public double Qty { get; set; }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      
 | 
	
		
			
				|  |  | -    private static void RelocateItems(StockHolding holding, JobRequisitionItem[] requiitems)
 | 
	
		
			
				|  |  | +    private void RelocateItems(StockHolding holding, JobRequisitionItem[] requiitems)
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |          var win = new StockHoldingRelocationWindow(holding, requiitems);
 | 
	
		
			
				|  |  |          if (win.ShowDialog() == true)
 | 
	
	
		
			
				|  | @@ -353,6 +354,8 @@ public class StockHoldingGrid : DynamicDataGrid<StockHolding>
 | 
	
		
			
				|  |  |                  updates.Add(min);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              Client.Save(updates, "Relocated from Stock Locations Screen");
 | 
	
		
			
				|  |  | +            DoChanged();
 | 
	
		
			
				|  |  | +            Refresh(false, true);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 |