diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index d2858d0a..36d0ff8a 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1198,11 +1198,11 @@ export default { PaymentSuccess: 'Payment Success', PaymentWait: 'Waiting For Payment', }, - receipt: { - title: 'Receipt / Tax Invoice', - caption: 'All Receipt / Tax Invoice', - dataSum: 'Summary of all receipts/tax invoices', - workSheetName: 'Worksheet name', - }, + }, + receipt: { + title: 'Receipt / Tax Invoice', + caption: 'All Receipt / Tax Invoice', + dataSum: 'Summary of all receipts/tax invoices', + workSheetName: 'Worksheet name', }, }; diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 1975480e..82a286cc 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1179,11 +1179,11 @@ export default { PaymentSuccess: 'ชำระเงินแล้ว', PaymentWait: 'ยังไม่ชำระ', }, - receipt: { - title: 'ใบเสร็จรับเงิน/กำกับภาษี', - caption: 'ใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', - dataSum: 'สรุปใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', - workSheetName: 'ชื่อใบงาน', - }, + }, + receipt: { + title: 'ใบเสร็จรับเงิน/กำกับภาษี', + caption: 'ใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', + dataSum: 'สรุปใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', + workSheetName: 'ชื่อใบงาน', }, }; diff --git a/src/pages/13_receipt/constants.ts b/src/pages/13_receipt/constants.ts index a4cb9ad6..99312cd7 100644 --- a/src/pages/13_receipt/constants.ts +++ b/src/pages/13_receipt/constants.ts @@ -20,7 +20,7 @@ export const columns = [ { name: 'workSheetName', - align: 'center', + align: 'left', label: 'receipt.workSheetName', field: (v: Receipt) => v.invoice.quotation.workName, },