From e74d7b72688515ccba4b2a7fa704fe58718e1b3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s?= Date: Fri, 30 Aug 2024 13:14:58 +0200 Subject: [PATCH] fix: refs #7213 problem rounding --- queues/saleRounding.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/queues/saleRounding.yml b/queues/saleRounding.yml index ec1ea41..8281546 100644 --- a/queues/saleRounding.yml +++ b/queues/saleRounding.yml @@ -14,4 +14,13 @@ includeSchema: columns: - id - quantity - - itemFk \ No newline at end of file + - itemFk + buy: + key: id + scope: item + columns: + - id + - itemFk + - grouping + events: + - updaterows \ No newline at end of file