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" />
@@ -105,8 +106,7 @@ export default { identifier: 'undefined', value: '', isLoaded: true - }], - hola: '' + }] } }, computed: { @@ -228,7 +228,7 @@ export default { } const image = getImagePath({ file: fileName, - width: 300, + width: 200, height: 300 }) return image.uri @@ -301,3 +301,14 @@ export default { padding-right: 5px !important; } + +