From 05bd2807fd2fdf9365892f812d01d91827d2e2ba Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Tue, 6 Aug 2013 15:38:22 +0400 Subject: [PATCH] bank-transfer --- 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 4be9c242..030c96f5 100755 --- a/intaro.intarocrm/install/step2.php +++ b/intaro.intarocrm/install/step2.php @@ -19,7 +19,7 @@ $defaultDelivTypes = array ( $defaultPayTypes = array ( 1 => 'cash', - 5 => 'bank-card', + 5 => 'bank-transfer', 6 => 'bank-transfer' );