From 313e3690109a7afa7cb1ace1e1eadd74b30eb404 Mon Sep 17 00:00:00 2001 From: Andojeda <85173258+Andojeda@users.noreply.github.com> Date: Wed, 2 Jun 2021 21:37:31 -0400 Subject: [PATCH] Correction of the style in the button "new order" (#896) * Correction of the style in the button "new order" and modification of the translation * reset file traslation --- src/components/ADempiere/Form/VPOS/Order/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ADempiere/Form/VPOS/Order/index.vue b/src/components/ADempiere/Form/VPOS/Order/index.vue index 161b55b5..c1cc02e1 100644 --- a/src/components/ADempiere/Form/VPOS/Order/index.vue +++ b/src/components/ADempiere/Form/VPOS/Order/index.vue @@ -39,7 +39,7 @@ /> - + - + @@ -400,9 +400,9 @@ export default { styleTab() { const isShowedPOSOptions = this.$store.getters.getIsShowPOSOptions if (this.isShowedPOSKeyLayout || isShowedPOSOptions) { - return 'adding-left: 0px; padding-right: 0px; padding-top: 2.5%;margin-right: 1%;float: right;' + return 'adding-left: 0px; padding-left: 0px; padding-right: 0px; padding: 0px; ' } - return 'padding-left: 0px; padding-right: 0px; padding-top: 2.2%;margin-right: 1%;float: right;' + return 'padding-left: 0px; padding-right: 0px; ' }, orderDate() { if (this.isEmptyValue(this.currentOrder) || this.isEmptyValue(this.currentOrder.dateOrdered)) {