[fix:] wrong sorting of imported address sets
This commit is contained in:
+1
-1
@@ -564,7 +564,7 @@ public partial class MainWindow : Window
|
|||||||
var selected_path = paths[0].Path;
|
var selected_path = paths[0].Path;
|
||||||
|
|
||||||
foreach (var customer in Settings._instance.customers.customers)
|
foreach (var customer in Settings._instance.customers.customers)
|
||||||
if (customer.ID == ((Customer)LstSettingsCustomers.SelectedItems[0]).ID)
|
if (customer == ((Customer)LstCustomers.SelectedItems[0]))
|
||||||
{
|
{
|
||||||
if (customer.patch == null)
|
if (customer.patch == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user