Remove comment.
This commit is contained in:
parent
78b12c8298
commit
7d5dec6bb7
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user