diff --git a/src/components/ADempiere/Form/VPOS/Collection/convertAmount/fieldsListConvertAmountCollection.js b/src/components/ADempiere/Form/VPOS/Collection/convertAmount/fieldsListConvertAmountCollection.js index 98c21a31..c3a1e18a 100644 --- a/src/components/ADempiere/Form/VPOS/Collection/convertAmount/fieldsListConvertAmountCollection.js +++ b/src/components/ADempiere/Form/VPOS/Collection/convertAmount/fieldsListConvertAmountCollection.js @@ -26,7 +26,7 @@ export default [ size: 24, handleActionKeyPerformed: true, handleActionPerformed: true, - validationCode: 'C_Currency.C_Currency_ID = 100', + validationCode: 'C_Currency.C_Currency_ID = 100 OR C_Currency.C_Currency_ID = 50001', isActiveLogics: true, isMandatory: true } diff --git a/src/components/ADempiere/Form/VPOS/Collection/convertAmount/index.vue b/src/components/ADempiere/Form/VPOS/Collection/convertAmount/index.vue index 197d854b..a0e250b0 100644 --- a/src/components/ADempiere/Form/VPOS/Collection/convertAmount/index.vue +++ b/src/components/ADempiere/Form/VPOS/Collection/convertAmount/index.vue @@ -89,7 +89,7 @@ export default { data() { return { fieldsList: fieldsListConvertAmountCollection, - amountConvertionTotal: 0 + amountConvertionTotal: this.amount } }, computed: { diff --git a/src/components/ADempiere/Form/VPOS/Order/index.vue b/src/components/ADempiere/Form/VPOS/Order/index.vue index a28a30d8..161b55b5 100644 --- a/src/components/ADempiere/Form/VPOS/Order/index.vue +++ b/src/components/ADempiere/Form/VPOS/Order/index.vue @@ -243,6 +243,8 @@