Add modal mode on show screen

Issue No: MFG-2873
Created 10/19/2017 8:55:11 PM
Type Bug-QC
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.3
Description Please add this line of code on your show method in *Manufacturing.view.AddRecipeToSalesOrder* to fix AR-5548   show: \{   //your code here   win.modal = (!config.param \|\| !config.param.modalMode) ? false : config.param.modalMode;   //your code here   \}