Fixed purched at and by not registered in asset creation

This commit is contained in:
2025-10-11 00:28:17 +02:00
parent a74ae122c0
commit a49dfcc242

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>