added global parsefloat method which derives from C# culture.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-22 10:52:30 -07:00
parent 85eb0b70e6
commit aad1655f2e
10 changed files with 154 additions and 61 deletions

View File

@@ -23,7 +23,7 @@
<input type="text" id="serviceRecordDescription" class="form-control" placeholder="Description of item(s) serviced(i.e. Oil Change)" value="@Model.Description">
<label for="serviceRecordCost">Cost</label>
<input type="text" id="serviceRecordCost" class="form-control" placeholder="Cost of the service" value="@(isNew ? "" : Model.Cost)">
@await Html.PartialAsync("_SupplyStore", "serviceRecordCost")
@await Html.PartialAsync("_SupplyStore", "ServiceRecord")
</div>
<div class="col-md-6 col-12">
<label for="serviceRecordNotes">Notes(optional)</label>