Beta 2.0 Add the expense and supplier
This commit is contained in:
parent
a6813a4ac3
commit
265df86335
10 changed files with 630 additions and 29 deletions
|
|
@ -593,7 +593,7 @@ class Document
|
|||
$sql='delete from document where d_id='.$this->d_id;
|
||||
ExecSql($this->db,$sql);
|
||||
}
|
||||
/*!\brief Copy a document from the table document into the concerned row
|
||||
/*!\brief Move a document from the table document into the concerned row
|
||||
* the document is not copied : it is only a link
|
||||
*
|
||||
* \param $p_internal internal code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue