CIM 59 - Create Partner

This commit is contained in:
“VeLiTi”
2024-03-29 13:19:00 +01:00
parent 74d43f3c41
commit b49e7b9a8d
3 changed files with 63 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ $post_content = json_decode(decode_payload($input),true);
//SoldTo is empty
if (empty($partner->soldto) || $partner->soldto == ''){$soldto_search = '%';} else {$soldto_search = '-%';}
//default whereclause to check if data is owned buy user
//default whereclause to check if data is owned by user
$whereclause = '';
switch ($permission) {