Skip to content

Commit

Permalink
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 25, 2023
2 parents 8a867d4 + 929482e commit ecbcfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
} 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');
Expand Down

0 comments on commit ecbcfa2

Please sign in to comment.