This commit is contained in:
mustafa.juma 2025-11-24 22:29:37 +03:00
parent 0cc9917de2
commit 4312588221
7 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -4098,7 +4098,8 @@ namespace OSS.Controllers
} }
// Set ProjectCode in session and redirect to DisplayPDF // Set ProjectCode in session and redirect to DisplayPDF
Session["ProjectCode"] = invoice.ApplicationCode; Session["InvoiceID"] = invoiceId.Value;
return RedirectToAction("DisplayPDF"); return RedirectToAction("DisplayPDF");
} }
catch (Exception ex) catch (Exception ex)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.