Merge pull request #8383 from ggg44473/7.0
Add missing $mode in BookKeeping::createStd()
This commit is contained in:
commit
ffc91bdfdf
@ -501,7 +501,7 @@ class BookKeeping extends CommonObject
|
||||
}
|
||||
|
||||
if (! $error) {
|
||||
$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element);
|
||||
$this->id = $this->db->last_insert_id(MAIN_DB_PREFIX . $this->table_element . $mode);
|
||||
|
||||
if (! $notrigger) {
|
||||
// Uncomment this and change MYOBJECT to your own tag if you
|
||||
|
||||
Loading…
Reference in New Issue
Block a user