Include ID in Supplier Account Sync and add supplier id integrity constraint

This commit is contained in:
Deon George
2022-08-11 11:03:36 +10:00
parent f5d535daa7
commit 70571cb6ac
2 changed files with 33 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ class SupplierAccountSync extends Command
}
} else {
$this->error(sprintf('User doesnt exist with email (%s)',$customer->email));
$this->error(sprintf('User doesnt exist with email (%s:%s)',$customer->id,$customer->email));
}
}
}