From 8dbbf309bfe26adf11cee0e4662c5671d49a782b Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Mon, 4 Jul 2016 17:33:56 +0200 Subject: [PATCH] fix --- adm/scaddressedit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/scaddressedit.php b/adm/scaddressedit.php index ecc22809..5551a52e 100644 --- a/adm/scaddressedit.php +++ b/adm/scaddressedit.php @@ -51,7 +51,7 @@ if($address) { $order = Db::getInstance()->getRow(' SELECT date_add,id_order - FROM `'._DB_PREFIX_.'ps_orders` + FROM `'._DB_PREFIX_.'orders` WHERE id_cart = '.pSQL(intval(Tools::getValue('id_cart'))).' ');