mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-09-02 03:13:57 +00:00
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:
@@ -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,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user