Merge branch 'dillon/90-e-invoice-e' into vapor/development

This commit is contained in:
Dillon Ngo
2025-07-02 18:55:22 +08:00
@@ -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: {},
}
}
},