|
|
@@ -206,7 +206,7 @@ const InvoiceSearch: React.FC<Props> = ({ issuedInvoice, receivedInvoice }) => { |
|
|
|
{ name: "projectCode", label: t("Project Code") }, |
|
|
|
{ name: "stage", label: t("Stage") }, |
|
|
|
{ name: "paymentMilestone", label: t("Payment Milestone") }, |
|
|
|
{ name: "invoiceDate", label: t("Invocie Date") }, |
|
|
|
{ name: "invoiceDate", label: t("Invoice Date") }, |
|
|
|
{ name: "dueDate", label: t("Due Date") }, |
|
|
|
{ name: "issuedAmount", label: t("Amount (HKD)") }, |
|
|
|
], |
|
|
|