fix: remove debug TEST123 text from Stock Items heading

This commit is contained in:
aj
2026-08-01 10:37:00 -04:00
parent fd6e8d632c
commit f71cf8ab0a
@@ -7,7 +7,7 @@
<PageTitle>Stock Items</PageTitle> <PageTitle>Stock Items</PageTitle>
<div class="d-flex justify-content-between align-items-center mb-3"> <div class="d-flex justify-content-between align-items-center mb-3">
<h1>Stock Items TEST123</h1> <h1>Stock Items</h1>
<a href="stock/new" class="btn btn-primary">Add Stock Item</a> <a href="stock/new" class="btn btn-primary">Add Stock Item</a>
</div> </div>