Start adding MonthlyInventory

This commit is contained in:
2016-09-16 12:22:50 -04:00
parent 3bdd202e81
commit 679ef75152
6 changed files with 38 additions and 5 deletions
@@ -39,7 +39,7 @@
<a href="@(Html.BuildUrlFromExpression<ReportController>(c => c.Distribution()))"><i class="fa fa-file-o"></i> Distribution</a>
</li>
<li>
<a href="@(Html.BuildUrlFromExpression<ReportController>(c => c.Distribution()))"><i class="fa fa-file-o"></i> Monthly Inventory</a>
<a href="@(Html.BuildUrlFromExpression<ReportController>(c => c.MonthlyInventory()))"><i class="fa fa-file-o"></i> Monthly Inventory</a>
</li>
</ul>
</li>