fix parent line on propal

This commit is contained in:
Christophe Battarel 2022-02-15 10:41:21 +01:00
parent 01ef9b64ee
commit 288c58e533

View File

@ -1213,7 +1213,7 @@ class Propal extends CommonObject
break;
}
// Defined the new fk_parent_line
if ($result > 0 && $line->product_type == 9) {
if ($result > 0) {
$fk_parent_line = $result;
}
}