From 88acb270dceb6abc44d11a16bb080976644b6ce2 Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Tue, 25 May 2021 16:58:54 -0400 Subject: [PATCH] Support for image loading at the point of sale (#868) * Support for image loading at the point of sale * minimal changes * rename variables * change defaul * remove comment Co-authored-by: elsiosanchez --- config/default.json | 2 +- .../ADempiere/Form/VPOS/KeyLayout/index.vue | 94 ++++--------------- src/utils/ADempiere/resource.js | 6 +- 3 files changed, 24 insertions(+), 78 deletions(-) diff --git a/config/default.json b/config/default.json index d66b32d4..0e75c8f0 100644 --- a/config/default.json +++ b/config/default.json @@ -9,7 +9,7 @@ "timeout": 10000 }, "images": { - "url": "https://api.erpya.com/api/adempiere/" + "url": "https://api.erpya.com/adempiere-api/img/" } }, "repository": { diff --git a/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue b/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue index 604827ea..fcefaf18 100644 --- a/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue +++ b/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue @@ -47,27 +47,19 @@

{{ keyValue.name }}

-
-