FIX: undefined variable used in order billing mass action

This commit is contained in:
jyhere 2023-04-13 14:27:27 +02:00 committed by GitHub
parent 9821833d0d
commit 2fbfd4fe4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,7 +511,7 @@ if (empty($reshook)) {
if ($result > 0) {
$lineid = $result;
if (!empty($createbills_onebythird)) //increment rang to keep order
$TFactThirdNbLines[$rcp->socid]++;
$TFactThirdNbLines[$cmd->socid]++;
} else {
$lineid = 0;
$error++;