From a12b90e20b88e87594e67362562ceea1b1a7e26e Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 3 Jul 2024 09:43:52 +0200 Subject: [PATCH] feat: refs #7654 quitar esquema --- db/routines/vn/procedures/entry_splitByShelving.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/routines/vn/procedures/entry_splitByShelving.sql b/db/routines/vn/procedures/entry_splitByShelving.sql index 9c8b093cc..eb07c12b7 100644 --- a/db/routines/vn/procedures/entry_splitByShelving.sql +++ b/db/routines/vn/procedures/entry_splitByShelving.sql @@ -51,7 +51,7 @@ BEGIN quantity = stickers * packing WHERE id = vBuyFk; - INSERT INTO vn.buy(entryFk, + INSERT INTO buy(entryFk, itemFk, quantity, buyingValue,