We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 420aaf4 + e3ca43b commit 0ecfd02Copy full SHA for 0ecfd02
resources/views/partials/forms/edit/purchase_cost.blade.php
@@ -3,7 +3,7 @@
3
<label for="purchase_cost" class="col-md-3 control-label">{{ trans('general.purchase_cost') }}</label>
4
<div class="col-md-9">
5
<div class="input-group col-md-4" style="padding-left: 0px;">
6
- <input class="form-control" type="number" name="purchase_cost" min="0.00" max="10000000.000" step="0.001" aria-label="purchase_cost" id="purchase_cost" value="{{ old('purchase_cost', Helper::formatCurrencyOutput($item->purchase_cost)) }}" maxlength="24" />
+ <input class="form-control" type="number" name="purchase_cost" min="0.00" max="10000000.000" step="0.001" aria-label="purchase_cost" id="purchase_cost" value="{{ old('purchase_cost', $item->purchase_cost) }}" maxlength="24" />
7
<span class="input-group-addon">
8
@if (isset($currency_type))
9
{{ $currency_type }}
0 commit comments