commit
This commit is contained in:
parent
0cc9917de2
commit
4312588221
BIN
.vs/OSS/v16/.suo
BIN
.vs/OSS/v16/.suo
Binary file not shown.
|
|
@ -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)
|
||||||
|
|
|
||||||
BIN
bin/OSS.dll
BIN
bin/OSS.dll
Binary file not shown.
BIN
bin/OSS.pdb
BIN
bin/OSS.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue