close #1845 Fixed: Wrong price when creating bills
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@section('title', trans('general.title.edit', ['type' => trans_choice('general.bills', 1)]))
|
||||
|
||||
@section('content')
|
||||
<x-documents.form.content type="bill" :document="$bill" hide-company hide-footer hide-edit-item-columns />
|
||||
<x-documents.form.content type="bill" :document="$bill" hide-company hide-footer hide-edit-item-columns is-purchase-price />
|
||||
@endsection
|
||||
|
||||
@push('scripts_start')
|
||||
|
||||
Reference in New Issue
Block a user