Added Open NCR report.
This commit is contained in:
@ -65,4 +65,11 @@ public class ProductionReportController : Controller
|
||||
|
||||
return View(holdLots);
|
||||
}
|
||||
|
||||
public IActionResult NCRReport()
|
||||
{
|
||||
List<NCR> ncrs = ApiCaller.GetApi<List<NCR>>(_baseDBUrl + "GetCurrentNCRs").Result;
|
||||
|
||||
return View(ncrs);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user