E-Invoice - Allow SSM Registration / Identification Card number to be updated without a document upload mainly for old customer

This commit is contained in:
Dillon Ngo
2025-07-02 18:55:03 +08:00
parent 0016d802b0
commit c07e54f394
@@ -189,7 +189,7 @@
district_id: isEInvoiceEnabled ? { required } : {},
state_id: isEInvoiceEnabled ? { required } : {},
post_code: isEInvoiceEnabled ? { notZero, fiveDigits } : {},
identification_reference: this.data.identification ? { required } : {},
identification_reference: {},
}
}
},