Fix phpcs
This commit is contained in:
parent
65133164bd
commit
47eb256b82
@ -1303,7 +1303,6 @@ if (empty($reshook))
|
|||||||
$tva_tx = $lines[$i]->tva_tx;
|
$tva_tx = $lines[$i]->tva_tx;
|
||||||
$amountdeposit[$tva_tx] += ($lines[$i]->total_ht * $valuedeposit) / 100;
|
$amountdeposit[$tva_tx] += ($lines[$i]->total_ht * $valuedeposit) / 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($totalamount == 0) {
|
if($totalamount == 0) {
|
||||||
@ -1329,7 +1328,7 @@ if (empty($reshook))
|
|||||||
} elseif ($typeamount=='variable') {
|
} elseif ($typeamount=='variable') {
|
||||||
$descline.= ' ('. $valuedeposit.'%)';
|
$descline.= ' ('. $valuedeposit.'%)';
|
||||||
}
|
}
|
||||||
|
|
||||||
$descline.= ' - '.$srcobject->ref;
|
$descline.= ' - '.$srcobject->ref;
|
||||||
$result = $object->addline(
|
$result = $object->addline(
|
||||||
$descline,
|
$descline,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user