fix : When comparing two booleans, it is generally considered safer to use the strict comparison operator.
This commit is contained in:
parent
a3a89b755f
commit
33164bcb3e
@ -456,7 +456,7 @@ if ($result) {
|
||||
if ($objp->country_sell == '1') {
|
||||
$objp->code_sell_p = $objp->code_sell;
|
||||
$objp->aarowid_suggest = $objp->aarowid;
|
||||
} elseif ($isinEEC == true) {
|
||||
} elseif ($isinEEC === true) {
|
||||
$objp->code_sell_p = $objp->code_sell_intra;
|
||||
$objp->aarowid_suggest = $objp->aarowid_intra;
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user