se elimina el nombre de la tienda
This commit is contained in:
parent
0e0d07c4fe
commit
7387b09289
|
@ -51,7 +51,7 @@ proc:BEGIN
|
|||
description,
|
||||
addressFk
|
||||
)
|
||||
SELECT CONCAT(i.name, ' by ',a.nickname),
|
||||
SELECT i.name,
|
||||
r.price + apc.deliveryCost,
|
||||
r.itemFk,
|
||||
vLanded,
|
||||
|
|
Loading…
Reference in New Issue