Update product.class.php

This commit is contained in:
Frédéric FRANCE 2019-11-02 18:10:01 +01:00 committed by GitHub
parent d51d063423
commit 4a564cc05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2093,7 +2093,6 @@ class Product extends CommonObject
$resql = $this->db->query($sql);
if ($resql) {
unset($this->oldcopy);
if ($this->db->num_rows($resql) > 0) {