WIP 2023-01-29

This commit is contained in:
Frank Schubert
2024-01-30 11:34:50 +01:00
parent de66c189e7
commit 9b694ed1e9
2 changed files with 2 additions and 2 deletions
@@ -96,5 +96,5 @@ foreach(PreorderModel::search(['preordercampaign_id' => $selected_campaign, 'adb
}
echo "Same unit count: $same_unit_count (".$i - $same_unit_count." with different unit count)\n";
echo "Same unit count: $same_unit_count (".($i - $same_unit_count)." with different unit count)\n";
echo "Processed $i Preorders\n";