Merge branch 'dillon/crm-gen-invoice-update' into development

This commit is contained in:
Dillon
2023-03-19 04:56:11 +08:00
@@ -38,7 +38,7 @@ class UpdatesPerfexCRMInvoice
$data = [
'number' => $invoice->number,
'date' => $invoice->date,
'duedate' => $invoice->date,
'duedate' => $invoice->duedate,
'currency' => $invoice->currency,
'subtotal' => $invoice->subtotal,
'total' => $invoice->total,