diff --git a/intaro.intarocrm/install/step2.php b/intaro.intarocrm/install/step2.php index 3bd0d338..4be9c242 100755 --- a/intaro.intarocrm/install/step2.php +++ b/intaro.intarocrm/install/step2.php @@ -24,7 +24,7 @@ $defaultPayTypes = array ( ); $defaultPayStatuses = array ( - 'N' => 'in-processing', + 'N' => 'new', 'P' => 'approval', 'F' => 'complete', 'Y' => 'cancel-other'