#459 : visibilité doc. généré
This commit is contained in:
parent
c56efa7671
commit
84cdb81ca7
2 changed files with 4 additions and 4 deletions
|
|
@ -709,8 +709,8 @@ class Acc_Ledger_Purchase extends Acc_Ledger
|
|||
if ( isset($_POST['gen_invoice']) )
|
||||
{
|
||||
$ref_doc= $this->create_document($internal,$p_array);
|
||||
$this->doc= _('Document généré');
|
||||
$this->doc.='<A style="display:inline" HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$ref_doc.'</A>';
|
||||
$this->doc= _('Document généré')." : ";
|
||||
$this->doc.='<A style="line" HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$ref_doc.'</A>';
|
||||
}
|
||||
|
||||
//----------------------------------------
|
||||
|
|
|
|||
|
|
@ -473,8 +473,8 @@ class Acc_Ledger_Sold extends Acc_Ledger
|
|||
if ( isset($_POST['gen_invoice']))
|
||||
{
|
||||
$file=$this->create_document($internal,$p_array);
|
||||
$this->doc= _('Document généré');
|
||||
$this->doc.='<A STYLE="display:inline;" HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$file.'</A>';
|
||||
$this->doc= _('Document généré')." : ";
|
||||
$this->doc.='<A class="line" HREF="show_pj.php?'.dossier::get().'&jr_grpt_id='.$seq.'&jrn='.$this->id.'">'.$file.'</A>';
|
||||
}
|
||||
}
|
||||
//----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue