FIX: undefined variable used in order billing mass action
This commit is contained in:
parent
9821833d0d
commit
2fbfd4fe4c
@ -511,7 +511,7 @@ if (empty($reshook)) {
|
|||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
$lineid = $result;
|
$lineid = $result;
|
||||||
if (!empty($createbills_onebythird)) //increment rang to keep order
|
if (!empty($createbills_onebythird)) //increment rang to keep order
|
||||||
$TFactThirdNbLines[$rcp->socid]++;
|
$TFactThirdNbLines[$cmd->socid]++;
|
||||||
} else {
|
} else {
|
||||||
$lineid = 0;
|
$lineid = 0;
|
||||||
$error++;
|
$error++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user