mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix line_max for BOM
This commit is contained in:
@@ -2745,7 +2745,7 @@ abstract class CommonObject
|
||||
{
|
||||
// phpcs:enable
|
||||
$positionfield = 'rang';
|
||||
if ($this->table_element = 'bom') $positionfield = 'position';
|
||||
if ($this->table_element == 'bom') $positionfield = 'position';
|
||||
|
||||
// Search the last rang with fk_parent_line
|
||||
if ($fk_parent_line)
|
||||
|
||||
Reference in New Issue
Block a user