CIM59 - Create partner when partner does not exists
This commit is contained in:
@@ -72,7 +72,7 @@ else {
|
||||
if ($permission == 3 || $permission == 4){
|
||||
//ADMIN ONLY ARE ALLOWED TO CHANGE SALES AND SOLD
|
||||
$account = array(
|
||||
"salesid"=>$post_content['salesid'],
|
||||
"salesid"=>$partner->salesid,
|
||||
"soldto"=>$post_content['soldto']
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user