diff --git a/src/components/ADempiere/Form/VPOS/BusinessPartner/index.vue b/src/components/ADempiere/Form/VPOS/BusinessPartner/index.vue index 81f074cd..9f7917ae 100644 --- a/src/components/ADempiere/Form/VPOS/BusinessPartner/index.vue +++ b/src/components/ADempiere/Form/VPOS/BusinessPartner/index.vue @@ -165,15 +165,11 @@ export default { }, displayedValue: { get() { - const busineesPartner = this.$store.getters.posAttributes.currentPointOfSales.currentOrder.businessPartner.name - if (this.isEmptyValue(busineesPartner)) { - return this.$store.getters.getValueOfField({ - containerUuid: this.parentMetadata.containerUuid, - // DisplayColumn_'ColumnName' - columnName: 'DisplayColumn_C_BPartner_ID' // this.parentMetadata.displayColumnName - }) - } - return busineesPartner + return this.$store.getters.getValueOfField({ + containerUuid: this.parentMetadata.containerUuid, + // DisplayColumn_'ColumnName' + columnName: 'DisplayColumn_C_BPartner_ID' // this.parentMetadata.displayColumnName + }) }, set(value) { this.$store.commit('updateValueOfField', { diff --git a/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue b/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue index 83d45bdf..e369daa4 100644 --- a/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue +++ b/src/components/ADempiere/Form/VPOS/KeyLayout/index.vue @@ -228,7 +228,7 @@ export default { } const image = getImagePath({ file: fileName, - width: 200, + width: 300, height: 300 }) return image.uri @@ -304,7 +304,7 @@ export default {