Skip to content

Commit 5af15c0

Browse files
committed
1 parent e413a92 commit 5af15c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

resources/views/workflow/orders-show.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<div class="form-group col-md-6">
5757
@if($Order->quotes_id)
5858
{{ __('general_content.companie_trans_key') }} : <x-CompanieButton id="{{ $Order->companie['id'] }}" label="{{ $Order->companie['label'] }}" />
59+
<input type="hidden" name="companies_id" value="{{ $Order->companies_id }}">
5960
@else
6061
@include('include.form.form-select-companie',['companiesId' => $Order->companies_id])
6162
@endif

resources/views/workflow/quotes-show.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
<div class="form-group col-md-6">
5454
@if($Quote->opportunities_id)
5555
{{ __('general_content.companie_trans_key') }} : <x-CompanieButton id="{{ $Quote->companie['id'] }}" label="{{ $Quote->companie['label'] }}" />
56-
@else
56+
<input type="hidden" name="companies_id" value="{{ $Quote->companies_id }}">
57+
@else
5758
@include('include.form.form-select-companie',['companiesId' => $Quote->companies_id])
5859
@endif
5960
</div>

0 commit comments

Comments
 (0)