task #4897 overview: Extension Pièce justificative

This commit is contained in:
sparkyx 2006-06-23 21:51:32 +00:00
parent 9c66daf1c8
commit 092e6a8bc3
3 changed files with 41 additions and 28 deletions

View file

@ -363,6 +363,7 @@ function GetArray($p_cn,$p_sql) {
*
* \param $cn database connection
* \param $seq jr_grpt_id
* \return $oid of the lob file
*
*/
function save_upload_document ($cn,$seq) {
@ -399,6 +400,7 @@ function save_upload_document ($cn,$seq) {
exit;
}
}
return $oid;
}