CIM59 - Create partner when partner does not exists

This commit is contained in:
“VeLiTi”
2024-03-29 21:10:45 +01:00
parent b49e7b9a8d
commit ff5bb86f84
3 changed files with 50 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ foreach ($account as $key => $value){
break;
}
//Create partner and push to array account
$account[$key] = createPartner($partner->salesid,$partner->soldto,$value,$p_type);
$account[$key] = createPartner($partner->salesid,$partner->soldto,$value,$p_type,$userkey);
}
}
}