Ver Fonte

Merge pull request #20873 from Hystepik/develop#1

Fix : import with selectbox
Laurent Destailleur há 3 anos atrás
pai
commit
c8d6dceb53
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      htdocs/imports/import.php

+ 1 - 0
htdocs/imports/import.php

@@ -352,6 +352,7 @@ if ($step == 1 || !$datatoimport) {
 	$serialized_array_match_file_to_database = '';
 	$array_match_file_to_database = array();
 	$_SESSION["dol_array_match_file_to_database"] = '';
+	$_SESSION["dol_array_match_file_to_database_select"] = '';
 
 	$param = '';
 	if ($excludefirstline) {