Update price.php

This commit is contained in:
HENRY Florian 2018-01-10 20:38:06 +01:00 committed by GitHub
parent fdedd6f75b
commit 5af39e80e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');
}