mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
This commit is contained in:
@@ -904,7 +904,7 @@ if (empty($reshook)) {
|
||||
} else {
|
||||
if ($object->id > 0) {
|
||||
$error = 0;
|
||||
$clone = dol_clone($object, 2);
|
||||
$clone = dol_clone($object, 1);
|
||||
|
||||
$clone->id = null;
|
||||
$clone->ref = GETPOST('clone_ref', 'alphanohtml');
|
||||
|
||||
Reference in New Issue
Block a user