From 81be224fca9c3b1394ff6c930389a0f9021f68c8 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Thu, 26 Jul 2018 11:39:18 +0800 Subject: [PATCH] update currency note in booking calculation --- resources/assets/js/pages/home.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index 4bd39d4b..c31a127b 100644 --- a/resources/assets/js/pages/home.vue +++ b/resources/assets/js/pages/home.vue @@ -197,13 +197,13 @@ CNY/RMB : - RM {{ bookingConfirmTable.amount }} + CNY {{ bookingConfirmTable.amount }} + Service Charges : - RM {{ bookingConfirmTable.service_charge }} + CNY {{ bookingConfirmTable.service_charge }} @@ -215,25 +215,25 @@ - RM {{ bookingConfirmTable.subtotal }} + MYR {{ bookingConfirmTable.subtotal }} + Tax : - RM {{ bookingConfirmTable.taxAmount }} + MYR {{ bookingConfirmTable.taxAmount }} + Billing Charge : - RM {{ bookingConfirmTable.billingChargeAmount }} + MYR {{ bookingConfirmTable.billingChargeAmount }} Bank In Amount : - RM {{ bookingConfirmTable.bankin_amount }} + MYR {{ bookingConfirmTable.bankin_amount }}