Fixing style errors.

This commit is contained in:
stickler-ci 2020-10-02 13:05:50 +00:00
parent bede4040f6
commit 2ea6c092a4

View File

@ -269,7 +269,7 @@ class Productcustomerprice extends CommonObject
$sql .= " t.localtax2_tx,";
$sql .= " t.fk_user,";
$sql .= " t.import_key";
$sql .= " FROM ".MAIN_DB_PREFIX."product_customer_price as t";
$sql .= " WHERE t.rowid = ".$id;