File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
44
</div >
45
45
<div class =" row" >
46
46
<div class =" form-group col-md-12" >
47
- @include (' include.form.form-select-companie' ,[' companiesId' => $Opportunity -> companies_id ] )
47
+ @if ($Opportunity -> opportunities_id or $Opportunity -> statu != 1 )
48
+ {{ __ (' general_content.companie_trans_key' ) } } : <x-CompanieButton id =" {{ $Opportunity -> companie [' id' ] } }" label =" {{ $Opportunity -> companie [' label' ] } }" />
49
+ <input type =" hidden" name =" companies_id" value =" {{ $Opportunity -> companies_id } }" >
50
+ @else
51
+ @include (' include.form.form-select-companie' ,[' companiesId' => $Opportunity -> companies_id ] )
52
+ @endif
48
53
</div >
49
54
</div >
50
55
<div class =" row" >
Original file line number Diff line number Diff line change 59
59
</div >
60
60
<div class =" row" >
61
61
<div class =" form-group col-md-6" >
62
- @if ($Order -> quotes_id )
62
+ @if ($Order -> quotes_id or $Order -> statu != 1 )
63
63
{{ __ (' general_content.companie_trans_key' ) } } : <x-CompanieButton id =" {{ $Order -> companie [' id' ] } }" label =" {{ $Order -> companie [' label' ] } }" />
64
64
<input type =" hidden" name =" companies_id" value =" {{ $Order -> companies_id } }" >
65
65
@else
Original file line number Diff line number Diff line change 54
54
</div >
55
55
<div class =" row" >
56
56
<div class =" form-group col-md-6" >
57
- @if ($Quote -> opportunities_id )
57
+ @if ($Quote -> opportunities_id or $Quote -> statu != 1 )
58
58
{{ __ (' general_content.companie_trans_key' ) } } : <x-CompanieButton id =" {{ $Quote -> companie [' id' ] } }" label =" {{ $Quote -> companie [' label' ] } }" />
59
59
<input type =" hidden" name =" companies_id" value =" {{ $Quote -> companies_id } }" >
60
60
@else
You can’t perform that action at this time.
0 commit comments