This commit is contained in:
Florian HENRY 2015-04-19 13:05:40 +02:00
parent 41631ceed9
commit 37bc7c3f1d

View File

@ -225,7 +225,7 @@ class Propalmergepdfproduct extends CommonObject
/** /**
* Load object in memory from the database * Load object in memory from the database
* *
* @param int $id Id object * @param int $product_id Id object
* @param string $lang lang string id * @param string $lang lang string id
* @return int <0 if KO, >0 if OK * @return int <0 if KO, >0 if OK
*/ */
@ -637,7 +637,8 @@ class Propalmergepdfproduct extends CommonObject
} }
class PropalmergepdfproductLine{ class PropalmergepdfproductLine
{
var $id; var $id;
var $fk_product; var $fk_product;
@ -652,5 +653,4 @@ class PropalmergepdfproductLine{
function __construct() { function __construct() {
return 1; return 1;
} }
} }