From a4eeec4031117ed95920d1ae41269f35c955a91f Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Fri, 26 Jul 2013 16:32:07 +0400 Subject: [PATCH] fix status association --- intaro.intarocrm/install/step2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'