From 615aeacd9927b77d60327f75719921e1a762635d Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Fri, 28 May 2021 12:21:03 -0400 Subject: [PATCH] changer le style du couvre-chef du catalogue (#884) * load the title of the payment method on the payment cards * style of catalog cards Co-authored-by: elsiosanchez --- .../ADempiere/Form/VPOS/Collection/index.vue | 1 + .../Form/VPOS/Collection/typeCollection.vue | 46 +++++++++++++------ .../ADempiere/Form/VPOS/KeyLayout/index.vue | 21 +++++++-- 3 files changed, 50 insertions(+), 18 deletions(-) diff --git a/src/components/ADempiere/Form/VPOS/Collection/index.vue b/src/components/ADempiere/Form/VPOS/Collection/index.vue index 80d09b1e..a94377b1 100644 --- a/src/components/ADempiere/Form/VPOS/Collection/index.vue +++ b/src/components/ADempiere/Form/VPOS/Collection/index.vue @@ -108,6 +108,7 @@ :currency="pointOfSalesCurrency" :list-types-payment="fieldsList[2]" :is-loaded="isLoadedPayments" + :list-payment-type="fieldsPaymentType" />
{ + this.labelTypesPayment = response }) - .then(response => { - this.labelTypesPayment = response - }) - } } } } diff --git a/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue b/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue index fcefaf18..83d45bdf 100644 --- a/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue +++ b/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue @@ -46,8 +46,9 @@