diff --git a/src/pages/05_quotation/QuotationFormInfo.vue b/src/pages/05_quotation/QuotationFormInfo.vue
index 224ef5c8..9c6dfab7 100644
--- a/src/pages/05_quotation/QuotationFormInfo.vue
+++ b/src/pages/05_quotation/QuotationFormInfo.vue
@@ -484,6 +484,16 @@ watch(
฿
+
+ {{
+ $t('general.vat', {
+ msg: `${config && Math.round(config.vat * 100)}%`,
+ })
+ }}
+
+ {{ formatNumberDecimal(summaryPrice.vat, 2) }} ฿
+
+
{{ $t('general.totalVatIncluded') }}
@@ -498,16 +508,6 @@ watch(
฿
-
- {{
- $t('general.vat', {
- msg: `${config && Math.round(config.vat * 100)}%`,
- })
- }}
-
- {{ formatNumberDecimal(summaryPrice.vat, 2) }} ฿
-
-
{{ $t('general.discountAfterVat') }}