From 563781ee57e5d3d0cf117d3441da63dbf713ff1f Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 28 Nov 2023 12:48:35 +0100 Subject: [PATCH] fix: refs: #6207 impide facturar si no tienes incoterm --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 958a4a775..a82b696d3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,6 +14,7 @@ "cSpell.words": [ "loopback", "salix", - "fdescribe" + "fdescribe", + "xdescribe" ] }