mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update upgrade2.php
This commit is contained in:
@@ -4567,8 +4567,8 @@ function migrate_productlot_path()
|
||||
}
|
||||
|
||||
if ($dir) {
|
||||
$lot->id = $obj->rowid;
|
||||
$lot->ref = $obj->rowid; // No ref for the moment
|
||||
$lot->id = (int) $obj->rowid;
|
||||
$lot->ref = (string) $obj->rowid; // No ref for the moment
|
||||
$lot->batch = $obj->batch;
|
||||
$lot->entity = $obj->entity;
|
||||
$lot->fk_product = $obj->fk_product;
|
||||
|
||||
Reference in New Issue
Block a user