CIM 59 - Create Partner
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user