Remove comment.

This commit is contained in:
Christian Humpel 2023-01-04 16:39:50 +01:00
parent 78b12c8298
commit 7d5dec6bb7

View File

@ -206,8 +206,6 @@ class Boms extends DolibarrApi
$this->bom->$field = $value;
}
// Check Ref Numbering
// We check that object has a temporary ref
$this->CheckRefNumbering();
if (!$this->bom->create(DolibarrApiAccess::$user)) {
@ -246,8 +244,6 @@ class Boms extends DolibarrApi
$this->bom->$field = $value;
}
// Check Ref Numbering
// We check that object has a temporary ref
$this->CheckRefNumbering();
if ($this->bom->update(DolibarrApiAccess::$user) > 0) {