Update product.class.php
This commit is contained in:
parent
d51d063423
commit
4a564cc05d
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user