add link for report lots
This commit is contained in:
parent
ec47bfaec6
commit
740178f57b
|
@ -44,6 +44,12 @@
|
||||||
</a>
|
</a>
|
||||||
</li><!-- End Search Icon-->
|
</li><!-- End Search Icon-->
|
||||||
|
|
||||||
|
<li class="nav-item dropdown pe-3">
|
||||||
|
<a class="nav-link nav-profile dropdown-toggle" href="{{ url_for('inventory.export', export_id='lots') }}">
|
||||||
|
Report
|
||||||
|
</a><!-- End Report -->
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="nav-item dropdown pe-3">
|
<li class="nav-item dropdown pe-3">
|
||||||
|
|
||||||
<a class="nav-link nav-profile d-flex align-items-center pe-0" href="#" data-bs-toggle="dropdown">
|
<a class="nav-link nav-profile d-flex align-items-center pe-0" href="#" data-bs-toggle="dropdown">
|
||||||
|
|
Reference in New Issue