Browse Source

Add default date with today on fee payment entry

pull/63/head
Nafies Luthfi 6 years ago
parent
commit
9103fb6038
  1. 2
      resources/views/projects/fees/create.blade.php

2
resources/views/projects/fees/create.blade.php

@ -35,7 +35,7 @@
) !!}
</div>
<div class="col-md-4">
{!! FormField::text('date', ['label' => __('payment.date')]) !!}
{!! FormField::text('date', ['label' => __('payment.date'), 'value' => now()->format('Y-m-d')]) !!}
</div>
<div class="col-md-4">
{!! FormField::price('amount', ['label' => __('payment.amount'), 'currency' => Option::get('money_sign', 'Rp')]) !!}

Loading…
Cancel
Save