BMC : Enable ProductionScript in CompanyMaster IndexPage

This commit is contained in:
Palash Biswas 2022-10-19 22:23:13 +05:30
parent 44609a8659
commit a3c1042ed2

View File

@ -12,9 +12,9 @@
<script src="~/view-resources/Views/CompanyMaster/Index.js" asp-append-version="true"></script>
</environment>
@* <environment names="Staging,Production">
<script src="~/view-resources/Views/Users/ClientMaster.min.js" asp-append-version="true"></script>
</environment>*@
<environment names="Staging,Production">
<script src="~/view-resources/Views/CompanyMaster/Index.min.js" asp-append-version="true"></script>
</environment>
}