File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 56
56
<div class =" form-group col-md-6" >
57
57
@if ($Order -> quotes_id )
58
58
{{ __ (' 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 } }" >
59
60
@else
60
61
@include (' include.form.form-select-companie' ,[' companiesId' => $Order -> companies_id ] )
61
62
@endif
Original file line number Diff line number Diff line change 53
53
<div class =" form-group col-md-6" >
54
54
@if ($Quote -> opportunities_id )
55
55
{{ __ (' 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
57
58
@include (' include.form.form-select-companie' ,[' companiesId' => $Quote -> companies_id ] )
58
59
@endif
59
60
</div >
You can’t perform that action at this time.
0 commit comments