Showing
1 changed file
with
1 additions
and
1 deletions
@@ -70,7 +70,7 @@ class NewSaleProcess | @@ -70,7 +70,7 @@ class NewSaleProcess | ||
70 | $tabItem = array(); | 70 | $tabItem = array(); |
71 | $tabItem['title'] = $one; | 71 | $tabItem['title'] = $one; |
72 | $tabItem['dataId'] = $key; | 72 | $tabItem['dataId'] = $key; |
73 | - if ($key === 1) { | 73 | + if ($key === 0) { |
74 | $tabItem['focus'] = true; | 74 | $tabItem['focus'] = true; |
75 | } | 75 | } |
76 | $result['tabs'][] = $tabItem; | 76 | $result['tabs'][] = $tabItem; |
-
Please register or login to post a comment