Skip to content

Commit 0ecfd02

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 420aaf4 + e3ca43b commit 0ecfd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/forms/edit/purchase_cost.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<label for="purchase_cost" class="col-md-3 control-label">{{ trans('general.purchase_cost') }}</label>
44
<div class="col-md-9">
55
<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" />
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', $item->purchase_cost) }}" maxlength="24" />
77
<span class="input-group-addon">
88
@if (isset($currency_type))
99
{{ $currency_type }}

0 commit comments

Comments
 (0)