Merge pull request #111 from LD-Reborn/108-feature-add-lighthouse-and-k6-load-tests

Fixed purched at and by not registered in asset creation
This commit is contained in:
LD50
2025-10-11 00:40:50 +02:00
committed by GitHub

View File

@@ -250,11 +250,11 @@
</div>
<div class="col-md-6">
<label class="form-label">@T["Purchased At"]</label>
<input type="text" class="form-control" name="Description.Purchase.PurchasedAt" />
<input type="text" class="form-control" name="Description.Purchase.PurchaseAt" />
</div>
<div class="col-md-6">
<label class="form-label">@T["Purchased By"]</label>
<input type="text" class="form-control" name="Description.Purchase.PurchasedBy" />
<input type="text" class="form-control" name="Description.Purchase.PurchaseBy" />
</div>
</div>
</div>