Update card.php
This commit is contained in:
parent
219a4b4374
commit
be72b90aa9
@ -625,7 +625,7 @@ if ($action == 'create' || $action == 'presend')
|
||||
$formticket->withfromsocid = $socid ? $socid : $user->societe_id;
|
||||
$formticket->withfromcontactid = $contactid ? $contactid : '';
|
||||
$formticket->withtitletopic = 1;
|
||||
$formticket->withnotifytiersatcreate = ($notifyTiers?1:0);
|
||||
$formticket->withnotnotifytiersatcreate = ($notifyTiers?1:0);
|
||||
$formticket->withusercreate = 1;
|
||||
$formticket->withref = 1;
|
||||
$formticket->fk_user_create = $user->id;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user