E-Invoice - New state field when filling E-invoice info, validation of tin field and msic code field, etc...[AdminUI]

This commit is contained in:
Dillon Ngo
2025-05-20 00:35:15 +08:00
parent 0643b28329
commit de799dc356
5 changed files with 93 additions and 24 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class EInvoiceInfoResource extends JsonResource
'country' => $this->country,
'billing' => (int) $this->billing,
'msic_code' => (int) $this->msic_code,
'tin' => (int) $this->tin,
'tin' => (string) $this->tin,
'e_invoice' => (int) $this->e_invoice,
];
}