From 442027ae64419b909b3cff5c4ad8d49cba55af9d Mon Sep 17 00:00:00 2001 From: guillermo Date: Tue, 3 Sep 2024 14:13:21 +0200 Subject: [PATCH] fix: refs #7213 problem rounding --- package.json | 2 +- queues/saleRounding.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f2e6810..5027bf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mycdc", - "version": "0.0.17", + "version": "0.0.18", "author": "Verdnatura Levante SL", "description": "Asynchronous DB calculations reading the binary log", "license": "GPL-3.0", diff --git a/queues/saleRounding.yml b/queues/saleRounding.yml index 7770238..7abeef3 100644 --- a/queues/saleRounding.yml +++ b/queues/saleRounding.yml @@ -1,6 +1,7 @@ query: ticket: CALL vn.ticket_setProblemRounding(:id) sale: CALL vn.sale_setProblemRounding(:id) + item: CALL vn.sale_setProblemRoundingByBuy(:id) includeSchema: vn: ticket: