From 5af39e80e05ded505d237756bab9457bccb8b300 Mon Sep 17 00:00:00 2001 From: HENRY Florian Date: Wed, 10 Jan 2018 20:38:06 +0100 Subject: [PATCH] Update price.php --- htdocs/product/price.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 4feb4f8abec..cfe4c474d5c 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -463,7 +463,7 @@ if (empty($reshook)) $sql = "DELETE FROM " . MAIN_DB_PREFIX . "product_price_by_qty"; $sql .= " WHERE rowid = " . $rowid; - $result = $db->query($sql) + $result = $db->query($sql); } else { setEventMessage('delete_price_by_qty Missing Ids','errors'); }