Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-04 08:23:49 +00:00
parent e73573d7c4
commit 4e1d4ea1ca

View File

@ -1216,10 +1216,10 @@ if (empty($reshook)) {
$classname = ucfirst($subelement);
if ($origin == 'propal' || $origin == 'proposal') {
$element = 'comm/propal'; $subelement = 'propal';
}
}
if ($origin == 'order' || $origin == 'commande') {
$element = $subelement = 'commande';
}
}
if ($origin == 'supplier_proposal') {
$classname = 'SupplierProposal';
$element = 'supplier_proposal';