Skip to content

Commit e8c3ab3

Browse files
committed
fix count
1 parent 657c45d commit e8c3ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

import_helper_generic/wizards/import_helper_generic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def product_import_generic(self):
226226
continue
227227
if row[0]:
228228
line += 1
229+
count += 1
229230
vals["line"] = line
230231
for c in range(len(row)):
231232
if row[c] and colonnes[c] != "empty":

0 commit comments

Comments
 (0)