diff --git a/src/pages/05_quotation/PaymentForm.vue b/src/pages/05_quotation/PaymentForm.vue
index 04c8d3a7..cf3d7c63 100644
--- a/src/pages/05_quotation/PaymentForm.vue
+++ b/src/pages/05_quotation/PaymentForm.vue
@@ -661,96 +661,115 @@ onMounted(async () => {
-
- {{ $t('quotation.receiptDialog.paymentMethod') }}
-
-
-
{
- if (formPaymentMethod[i].channel === 'Cash') {
- formPaymentMethod[i].reference = null;
- formPaymentMethod[i].account = null;
- }
- }
- "
- />
-
-
-
- {
- formPaymentMethod[i].isEdit = false;
- formPaymentMethod[i].channel = payment.channel;
- formPaymentMethod[i].reference = payment.reference;
- formPaymentMethod[i].account = payment.account;
- }
- "
- />
-
-
-
-
+
+
+ {{ $t('quotation.receiptDialog.paymentMethod') }}
+
+
+
+
+
{
+ if (formPaymentMethod[i].channel === 'Cash') {
+ formPaymentMethod[i].reference = null;
+ formPaymentMethod[i].account = null;
+ }
+ }
+ "
+ />
+
+
+
+ {
+ formPaymentMethod[i].isEdit = false;
+ formPaymentMethod[i].channel = payment.channel;
+ formPaymentMethod[i].reference = payment.reference;
+ formPaymentMethod[i].account = payment.account;
+ }
+ "
+ />
+
+
+
+
+
+