diff --git a/src/applications/almanac/editor/AlmanacNetworkEditor.php b/src/applications/almanac/editor/AlmanacNetworkEditor.php --- a/src/applications/almanac/editor/AlmanacNetworkEditor.php +++ b/src/applications/almanac/editor/AlmanacNetworkEditor.php @@ -82,7 +82,7 @@ $errors = parent::validateTransaction($object, $type, $xactions); switch ($type) { - case AlmanacServiceTransaction::TYPE_NAME: + case AlmanacNetworkTransaction::TYPE_NAME: $missing = $this->validateIsEmptyTextField( $object->getName(), $xactions);