diff --git a/.vs/OSS/v16/.suo b/.vs/OSS/v16/.suo index fd0ad83..8a4c69e 100644 Binary files a/.vs/OSS/v16/.suo and b/.vs/OSS/v16/.suo differ diff --git a/Controllers/NewCOIController.cs b/Controllers/NewCOIController.cs index dd7fbb7..55d77ff 100644 --- a/Controllers/NewCOIController.cs +++ b/Controllers/NewCOIController.cs @@ -4098,7 +4098,8 @@ namespace OSS.Controllers } // Set ProjectCode in session and redirect to DisplayPDF - Session["ProjectCode"] = invoice.ApplicationCode; + Session["InvoiceID"] = invoiceId.Value; + return RedirectToAction("DisplayPDF"); } catch (Exception ex) diff --git a/bin/OSS.dll b/bin/OSS.dll index dd3684a..f1ada0b 100644 Binary files a/bin/OSS.dll and b/bin/OSS.dll differ diff --git a/bin/OSS.pdb b/bin/OSS.pdb index 4509168..ce12422 100644 Binary files a/bin/OSS.pdb and b/bin/OSS.pdb differ diff --git a/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 9cc9493..aec1d2d 100644 Binary files a/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/obj/Debug/OSS.dll b/obj/Debug/OSS.dll index dd3684a..f1ada0b 100644 Binary files a/obj/Debug/OSS.dll and b/obj/Debug/OSS.dll differ diff --git a/obj/Debug/OSS.pdb b/obj/Debug/OSS.pdb index 4509168..ce12422 100644 Binary files a/obj/Debug/OSS.pdb and b/obj/Debug/OSS.pdb differ