Task #1803 : export detail of an operation in PDF
This commit is contained in:
parent
74e701bae8
commit
06a93e4cb3
5 changed files with 51 additions and 2 deletions
|
|
@ -457,7 +457,7 @@ class PDF_Operation extends PDF {
|
|||
return $file_name;
|
||||
}
|
||||
function download_pdf() {
|
||||
$this->pdf->Output("acc_op".$this->acc_detail->det->jr_internal.".pdf");
|
||||
$this->pdf->Output("acc_op".$this->acc_detail->det->jr_internal.".pdf","D");
|
||||
}
|
||||
/**
|
||||
* @brief unlink the file if exists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue