mirror of https://github.com/itflow-org/itflow
Log when client pack is exported to PDF
This commit is contained in:
parent
aeeac12f11
commit
00e4e8a24b
|
|
@ -511,7 +511,7 @@ if (isset($_POST["import_clients_csv"])) {
|
|||
|
||||
$row_count = $row_count + 1;
|
||||
|
||||
}else{
|
||||
} else {
|
||||
|
||||
$duplicate_count = $duplicate_count + 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue