Fix missing link to invoice
This commit is contained in:
parent
57c5de5f9a
commit
eeb967b540
@ -5603,6 +5603,9 @@ class Facture extends CommonInvoice
|
|||||||
//$actioncomm->email_subject = $subject;
|
//$actioncomm->email_subject = $subject;
|
||||||
$actioncomm->errors_to = $errors_to;
|
$actioncomm->errors_to = $errors_to;
|
||||||
|
|
||||||
|
$actioncomm->elementtype = 'invoice';
|
||||||
|
$actioncomm->fk_element = $tmpinvoice->id;
|
||||||
|
|
||||||
//$actioncomm->extraparams = $extraparams;
|
//$actioncomm->extraparams = $extraparams;
|
||||||
|
|
||||||
$actioncomm->create($user);
|
$actioncomm->create($user);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user