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 @@