Hi
You can use hook
for example:
You can use hook
for example:
Code Select
public function onModelAccountCustomer_ValidateData()
{
$that = &$this->baseObject;
if (isset($that->error['postcode'])) {
unset($that->error['postcode']);
}
}

